Home
last modified time | relevance | path

Searched refs:getLinkedToSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h99 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp577 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function
840 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()
846 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()
913 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()
932 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp924 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSectionHeader()