Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionELF.h94 const MCSymbol *getLinkedToSymbol() const { return LinkedToSym; } in getLinkedToSymbol() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp543 static const MCSymbolELF *getLinkedToSymbol(const GlobalObject *GO, in getLinkedToSymbol() function
700 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectExplicitSectionGlobal()
764 assert(Section->getLinkedToSymbol() == LinkedToSym && in selectExplicitSectionGlobal()
835 const MCSymbolELF *LinkedToSym = getLinkedToSymbol(GO, TM); in selectELFSectionForGlobal()
849 assert(Section->getLinkedToSymbol() == LinkedToSym); in selectELFSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1023 const MCSymbol *Sym = Section.getLinkedToSymbol(); in writeSection()