Home
last modified time | relevance | path

Searched defs:SortedFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DReorderFunctions.cpp298 std::vector<BinaryFunction *> SortedFunctions(BFs.size()); runOnFunctions() local
471 std::vector<BinaryFunction *> SortedFunctions(BFs.size()); runOnFunctions() local
H A DLongJmp.cpp303 tentativeLayoutRelocColdPart(const BinaryContext & BC,std::vector<BinaryFunction * > & SortedFunctions,uint64_t DotAddress) tentativeLayoutRelocColdPart() argument
325 tentativeLayoutRelocMode(const BinaryContext & BC,std::vector<BinaryFunction * > & SortedFunctions,uint64_t DotAddress) tentativeLayoutRelocMode() argument
393 tentativeLayout(const BinaryContext & BC,std::vector<BinaryFunction * > & SortedFunctions) tentativeLayout() argument
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h69 std::vector<NameFunctionSamples> SortedFunctions; variable
/llvm-project/bolt/lib/Core/
H A DBinaryEmitter.cpp271 std::vector<BinaryFunction *> SortedFunctions = BC.getSortedFunctions(); emitFunctions() local
H A DBinaryContext.cpp1603 std::vector<BinaryFunction *> SortedFunctions(BinaryFunctions.size()); getSortedFunctions() local