Home
last modified time | relevance | path

Searched refs:CreatePastEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h600 MCSymbol *getOrCreateLocalLabel(uint64_t Address, bool CreatePastEnd = false);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp940 bool CreatePastEnd) { in getOrCreateLocalLabel() argument
943 if ((Offset == getSize()) && CreatePastEnd) in getOrCreateLocalLabel()