Home
last modified time | relevance | path

Searched refs:FunctionEndLabel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h574 mutable MCSymbol *FunctionEndLabel{nullptr};
1151 if (!FunctionEndLabel) { in getFunctionEndLabel()
1153 FunctionEndLabel = BC.Ctx->createNamedTempSymbol("func_end"); in getFunctionEndLabel()
1155 return FunctionEndLabel; in getFunctionEndLabel()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp695 MCSymbol *FunctionEndLabel) { in emitLineInfoEnd() argument
703 .addLineEntry(MCDwarfLineEntry(FunctionEndLabel, DwarfLoc), in emitLineInfoEnd()
H A DBinaryFunction.cpp1582 if (FunctionEndLabel) in scanExternalRefs()
1583 BC.UndefinedSymbols.insert(FunctionEndLabel); in scanExternalRefs()
2854 if (FunctionEndLabel) in clearDisasmState()
2855 BC.UndefinedSymbols.insert(FunctionEndLabel); in clearDisasmState()