Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionELF.h90 const MCSymbol *getAssociatedSymbol() const { return AssociatedSymbol; } in getAssociatedSymbol() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp336 static const MCSymbolELF *getAssociatedSymbol(const GlobalObject *GO, in getAssociatedSymbol() function
390 const MCSymbolELF *AssociatedSymbol = getAssociatedSymbol(GO, TM); in getExplicitSectionGlobal()
401 assert(Section->getAssociatedSymbol() == AssociatedSymbol && in getExplicitSectionGlobal()
518 const MCSymbolELF *AssociatedSymbol = getAssociatedSymbol(GO, TM); in SelectSectionForGlobal()
527 assert(Section->getAssociatedSymbol() == AssociatedSymbol); in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp1007 const MCSymbol *Sym = Section.getAssociatedSymbol(); in writeSection()