Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h203 MCSymbol *CurrentFnBeginLocal = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1091 CurrentFnBeginLocal = Sym; in emitFunctionEntryLabel()
1954 if (CurrentFnBeginLocal) in emitFunctionBody()
1955 OutStreamer->emitELFSize(CurrentFnBeginLocal, SizeExp); in emitFunctionBody()
2576 CurrentFnBeginLocal = nullptr; in SetupMachineFunction()