Searched refs:CurrentFnBegin (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h150 MCSymbol *CurrentFnBegin = nullptr; member in class:llvm::AsmPrinter
222 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp727 CurrentPatchableFunctionEntrySym = CurrentFnBegin;
749 if (CurrentFnBegin) {
753 OutStreamer->EmitAssignment(CurrentFnBegin,
756 OutStreamer->EmitLabel(CurrentFnBegin);
1708 CurrentFnBegin = nullptr;
1714 CurrentFnBegin = createTempSymbol("func_begin");
1716 CurrentFnSymForSize = CurrentFnBegin;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1004 // CurrentPatchableFunctionEntrySym can be CurrentFnBegin only for
1009 CurrentPatchableFunctionEntrySym == CurrentFnBegin &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2007 // CurrentPatchableFunctionEntrySym can be CurrentFnBegin only for
2012 CurrentPatchableFunctionEntrySym == CurrentFnBegin &&

Completed in 80 milliseconds