Searched refs:AssociatedSymbol (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 48 const MCSymbol *AssociatedSymbol; variable 55 MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol) in MCSectionELF() argument 58 AssociatedSymbol(AssociatedSymbol) { in MCSectionELF() 86 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); } in getAssociatedSection() 87 const MCSymbol *getAssociatedSymbol() const { return AssociatedSymbol; } in getAssociatedSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 175 assert(AssociatedSymbol); in PrintSwitchToSection() 177 printName(OS, AssociatedSymbol->getName()); in PrintSwitchToSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 595 const MCSymbolELF *AssociatedSymbol = getAssociatedSymbol(GO, TM); in getExplicitSectionGlobal() local 596 if (AssociatedSymbol) { in getExplicitSectionGlobal() 603 getEntrySizeForKind(Kind), Group, UniqueID, AssociatedSymbol); in getExplicitSectionGlobal() 606 assert(Section->getAssociatedSymbol() == AssociatedSymbol && in getExplicitSectionGlobal() 633 unsigned *NextUniqueID, const MCSymbolELF *AssociatedSymbol) { in selectELFSectionForGlobal() argument 681 EntrySize, Group, UniqueID, AssociatedSymbol); in selectELFSectionForGlobal() 699 const MCSymbolELF *AssociatedSymbol = getAssociatedSymbol(GO, TM); in SelectSectionForGlobal() local 700 if (AssociatedSymbol) { in SelectSectionForGlobal() 707 &NextUniqueID, AssociatedSymbol); in SelectSectionForGlobal() 708 assert(Section->getAssociatedSymbol() == AssociatedSymbol); in SelectSectionForGlobal()
|