getOrder overloads

Synopses

Declared in <llvm/Passes/StandardInstrumentations.h>

Return the mutable list of names in the order they were saved.

std::vector<std::string>&
getOrder();

Return the names in the order they were saved.

std::vector<std::string> const&
getOrder() const;

Return Value

  • Mutable reference to the ordered name list.

  • Const reference to the ordered name list.

Created with MrDocs