Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h203 MCSymbol *CurrentFnBeginLocal = nullptr; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1045 CurrentFnBeginLocal = Sym; in emitFunctionEntryLabel()
1813 if (CurrentFnBeginLocal) in emitFunctionBody()
1814 OutStreamer->emitELFSize(CurrentFnBeginLocal, SizeExp); in emitFunctionBody()
2366 CurrentFnBeginLocal = nullptr; in SetupMachineFunction()