Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h188 MCSymbol *CurrentFnBeginLocal = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1069 CurrentFnBeginLocal = Sym; in emitFunctionEntryLabel()
1962 if (CurrentFnBeginLocal) in emitFunctionBody()
1963 OutStreamer->emitELFSize(CurrentFnBeginLocal, SizeExp); in emitFunctionBody()
2583 CurrentFnBeginLocal = nullptr; in SetupMachineFunction()