Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AsmPrinter.cpp173 MCSymbol *FnSym = OutContext.getOrCreateSymbol("__cfi_" + MF.getName()); in emitKCFITypeId() local
174 emitLinkage(&MF.getFunction(), FnSym); in emitKCFITypeId()
176 OutStreamer->emitSymbolAttribute(FnSym, MCSA_ELF_TypeFunction); in emitKCFITypeId()
177 OutStreamer->emitLabel(FnSym); in emitKCFITypeId()
192 MCSymbolRefExpr::create(FnSym, OutContext), OutContext); in emitKCFITypeId()
193 OutStreamer->emitELFSize(FnSym, SizeExp); in emitKCFITypeId()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h71 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
294 MCSection *getSectionForLSDA(const Function &F, const MCSymbol &FnSym,
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCStreamer.cpp1106 MCSymbol *FnSym) { in emitPseudoProbe() argument
1120 FnSym, Probe, InlineStack); in emitPseudoProbe()
DMCAsmStreamer.cpp381 const MCPseudoProbeInlineStack &InlineStack, MCSymbol *FnSym) override;
2341 const MCPseudoProbeInlineStack &InlineStack, MCSymbol *FnSym) { in emitPseudoProbe() argument
2349 OS << " " << FnSym->getName(); in emitPseudoProbe()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp973 const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const { in getSectionForLSDA() argument
995 LinkedToSym = cast<MCSymbolELF>(&FnSym); in getSectionForLSDA()
2627 const Function &F, const MCSymbol &FnSym, const TargetMachine &TM) const { in getSectionForLSDA() argument
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCStreamer.h1101 MCSymbol *FnSym);
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmParser.cpp5914 MCSymbol *FnSym = getContext().lookupSymbol(FnName); in parseDirectivePseudoProbe() local
5919 getStreamer().emitPseudoProbe(Guid, Index, Type, Attr, InlineStack, FnSym); in parseDirectivePseudoProbe()