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.h97 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp580 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function
819 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()
825 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()
891 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()
910 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp920 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()