Searched refs:FnSym (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 71 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 D | X86AsmPrinter.cpp | 174 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 D | TargetLoweringObjectFileImpl.cpp | 965 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 D | MCStreamer.cpp | 1111 MCSymbol *FnSym) { in emitPseudoProbe() argument 1125 FnSym, Probe, InlineStack); in emitPseudoProbe()
|
H A D | MCAsmStreamer.cpp | 405 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 D | MCStreamer.h | 1078 MCSymbol *FnSym);
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5933 MCSymbol *FnSym = getContext().lookupSymbol(FnName); in parseDirectivePseudoProbe() local 5939 InlineStack, FnSym); in parseDirectivePseudoProbe()
|