Home
last modified time | relevance | path

Searched defs:LinkedToSym (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h46 /// 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 DELFAsmParser.cpp474 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 DMCContext.cpp472 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 DTargetLoweringObjectFileImpl.cpp816 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 DAsmPrinter.cpp4178 auto LinkedToSym = cast<MCSymbolELF>(CurrentFnSym); emitXRayTable() local
4286 const MCSymbolELF *LinkedToSym = nullptr; emitPatchableFunctionEntries() local