Home
last modified time | relevance | path

Searched refs:FnSym (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h71 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
302 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
315 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp174 MCSymbol *FnSym = OutContext.getOrCreateSymbol("__cfi_" + MF.getName()); in emitKCFITypeId() local
175 emitLinkage(&MF.getFunction(), FnSym); in emitKCFITypeId()
177 OutStreamer->emitSymbolAttribute(FnSym, MCSA_ELF_TypeFunction); in emitKCFITypeId()
178 OutStreamer->emitLabel(FnSym); in emitKCFITypeId()
193 MCSymbolRefExpr::create(FnSym, OutContext), OutContext); in emitKCFITypeId()
194 OutStreamer->emitELFSize(FnSym, SizeExp); in emitKCFITypeId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp965 const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const { in getSectionForLSDA() argument
987 LinkedToSym = cast<MCSymbolELF>(&FnSym); in getSectionForLSDA()
2703 const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const { in getSectionForLSDA() argument
2727 const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const { in getSectionForLSDA() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1111 MCSymbol *FnSym) { in emitPseudoProbe() argument
1125 FnSym, Probe, InlineStack); in emitPseudoProbe()
H A DMCAsmStreamer.cpp405 MCSymbol *FnSym) override;
2438 MCSymbol *FnSym) { in emitPseudoProbe() argument
2447 OS << " " << FnSym->getName(); in emitPseudoProbe()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1078 MCSymbol *FnSym);
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5933 MCSymbol *FnSym = getContext().lookupSymbol(FnName); in parseDirectivePseudoProbe() local
5939 InlineStack, FnSym); in parseDirectivePseudoProbe()