Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h94 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp544 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function
777 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()
783 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()
854 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()
870 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1026 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()