/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 175 getTargetStreamer().emitCCBottomFunction(CurrentFnSym->getName()); in emitFunctionBodyEnd() 180 getTargetStreamer().emitCCTopFunction(CurrentFnSym->getName()); in emitFunctionEntryLabel() 181 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 53 InlineStack, Asm->CurrentFnSym); in emitPseudoProbe()
|
H A D | AsmPrinter.cpp | 920 OutStreamer->emitSymbolAttribute(CurrentFnSym, MCSA_AltEntry); in emitFunctionPrefix() 946 emitVisibility(CurrentFnSym, F.getVisibility()); in emitFunctionHeader() 951 emitLinkage(&F, CurrentFnSym); in emitFunctionHeader() 956 OutStreamer->emitSymbolAttribute(CurrentFnSym, MCSA_ELF_TypeFunction); in emitFunctionHeader() 959 OutStreamer->emitSymbolAttribute(CurrentFnSym, MCSA_Cold); in emitFunctionHeader() 1055 CurrentFnSym->redefineIfPossible(); in emitFunctionEntryLabel() 1059 if (CurrentFnSym->isVariable()) in emitFunctionEntryLabel() 1060 report_fatal_error("'" + Twine(CurrentFnSym->getName()) + in emitFunctionEntryLabel() 1063 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel() 1067 if (Sym != CurrentFnSym) { in emitFunctionEntryLabel() [all …]
|
H A D | EHStreamer.cpp | 429 MF->getFunction(), *Asm->CurrentFnSym, Asm->TM); in emitExceptionTable()
|
H A D | WinException.cpp | 113 beginFunclet(MF->front(), Asm->CurrentFnSym); in beginFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 41 FunctionInfos[AP.CurrentFnSym].emplace_back(FaultTy, FaultingOffset, in recordFaultingOp()
|
H A D | StackMaps.cpp | 531 auto CurrentIt = FnInfos.find(AP.CurrentFnSym); in recordStackMapOpers() 535 FnInfos.insert(std::make_pair(AP.CurrentFnSym, FunctionInfo(FrameSize))); in recordStackMapOpers()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 421 TS.emitDirectiveEnt(*CurrentFnSym); in emitFunctionEntryLabel() 422 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel() 459 TS.emitDirectiveEnd(CurrentFnSym->getName()); in emitFunctionBodyEnd()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 78 OutStreamer->beginCOFFSymbolDef(CurrentFnSym); in runOnMachineFunction() 105 CurrentFnSym, in emitFunctionBodyStart()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1990 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel() 2025 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel() 2179 TS->emitLocalEntry(cast<MCSymbolELF>(CurrentFnSym), LocalOffsetExp); in emitFunctionBodyStart() 2206 TS->emitLocalEntry(cast<MCSymbolELF>(CurrentFnSym), in emitFunctionBodyStart() 2890 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor() 3140 OutStreamer->emitXCOFFExceptDirective(CurrentFnSym, TempSym, in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 123 MCSymbol *CurrentFnSym = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 70 OutStreamer->emitThumbFunc(CurrentFnSym); in emitFunctionEntryLabel() 78 OutContext.getOrCreateSymbol("__acle_se_" + CurrentFnSym->getName()); in emitFunctionEntryLabel() 161 OutStreamer->beginCOFFSymbolDef(CurrentFnSym); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 188 OutStreamer->beginCOFFSymbolDef(CurrentFnSym); in runOnMachineFunction() 1240 TS->emitDirectiveVariantPCS(CurrentFnSym); in emitFunctionEntryLabel() 1274 emitFunctionAlias(ECMangledSym, CurrentFnSym); in emitFunctionEntryLabel() 1278 emitFunctionAlias(UnmangledSym, CurrentFnSym); in emitFunctionEntryLabel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 621 auto *WasmSym = cast<MCSymbolWasm>(CurrentFnSym); in emitFunctionBodyStart()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVAsmPrinter.cpp | 499 RTS.emitDirectiveVariantCC(*CurrentFnSym); in emitFunctionEntryLabel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 476 CurrentFnSym->print(O, MAI); in emitFunctionEntryLabel()
|