Searched defs:LinkedToSym (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 46 /// section header index of the section where LinkedToSym is defined. variable 55 MCSectionELF(StringRef Name,unsigned type,unsigned flags,SectionKind K,unsigned entrySize,const MCSymbolELF * group,bool IsComdat,unsigned UniqueID,MCSymbol * Begin,const MCSymbolELF * LinkedToSym) MCSectionELF() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 474 bool ELFAsmParser::parseLinkedToSym(MCSymbolELF *&LinkedToSym) { in parseLinkedToSym() argument 553 MCSymbolELF *LinkedToSym = nullptr; in ParseSectionArguments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 472 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,SectionKind K,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument 528 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument 541 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * GroupSym,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 816 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); selectExplicitSectionGlobal() local 888 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); selectELFSectionForGlobal() local 970 const MCSymbolELF *LinkedToSym = nullptr; getSectionForLSDA() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4178 auto LinkedToSym = cast<MCSymbolELF>(CurrentFnSym); emitXRayTable() local 4286 const MCSymbolELF *LinkedToSym = nullptr; emitPatchableFunctionEntries() local
|