Home
last modified time | relevance | path

Searched defs:SymTab (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DModuleSymbolTable.h41 std::vector<Symbol> SymTab; variable
DIRObjectFile.h33 ModuleSymbolTable SymTab; variable
DELFObjectFile.h529 const Elf_Shdr *SymTab = *SymTabOrErr; in getSymbolAddress() local
665 const Elf_Shdr *SymTab) const { in getSymbolSection()
686 const Elf_Shdr *SymTab = *SymTabOrErr; in getSymbolSection() local
1012 const Elf_Shdr *SymTab = DotSymtabSec; in symbol_end() local
1027 const Elf_Shdr *SymTab = DotDynSymSec; in dynamic_symbol_end() local
DELF.h353 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection()
475 const Elf_Shdr *SymTab) const { in getRelocationSymbol()
/external/llvm-project/llvm/include/llvm/Object/
DModuleSymbolTable.h42 std::vector<Symbol> SymTab; variable
DIRObjectFile.h33 ModuleSymbolTable SymTab; variable
DELFObjectFile.h736 const Elf_Shdr *SymTab) const { in getSymbolSection()
767 const Elf_Shdr *SymTab = *SymTabOrErr; in getSymbolSection() local
1074 const Elf_Shdr *SymTab = DotSymtabSec; in symbol_end() local
1093 const Elf_Shdr *SymTab = DotDynSymSec; in dynamic_symbol_end() local
DELF.h371 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, in getSection()
513 const Elf_Shdr *SymTab) const { in getRelocationSymbol()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp178 ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol()
208 const Elf_Shdr *SymTab, in dumpRelocation()
288 const Elf_Shdr *SymTab = *SymTabOrErr; in dumpRelSection() local
312 const Elf_Shdr *SymTab = *SymTabOrErr; in dumpRelaSection() local
/external/llvm/include/llvm/Object/
DELFObjectFile.h412 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a); in getSymbolAddress() local
535 const Elf_Shdr *SymTab) const { in getSymbolSection()
553 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a); in getSymbolSection() local
801 const Elf_Shdr *SymTab = DotSymtabSec; in symbol_end_impl() local
816 const Elf_Shdr *SymTab = DotDynSymSec; in dynamic_symbol_end() local
DELF.h213 const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getExtendedSymbolTableIndex()
231 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection()
303 const Elf_Shdr *SymTab) const { in getRelocationSymbol()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h124 ELFSymbolTableSection *SymTab; variable
DIceELFSection.cpp72 ELFSymbolTableSection *SymTab) { in addRelocations()
DIceELFSection.h358 const ELFSymbolTableSection *SymTab) { in writeData()
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOModule.h53 ModuleSymbolTable SymTab; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h55 ModuleSymbolTable SymTab; member
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp1262 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab() local
1282 void BinaryELFBuilder::addData(SymbolTableSection *SymTab) { in addData()
1310 SymbolTableSection *SymTab = addSymTab(addStrTab()); in build() local
1481 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection() local
1524 Error ELFBuilder<ELFT>::initSymbolTable(SymbolTableSection *SymTab) { in initSymbolTable()
1710 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection() local
2178 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable() local
DObject.h659 void setSymTab(SymbolTableSection *SymTab) { Symbols = SymTab; } in setSymTab()
754 void setSymTab(SymTabType *SymTab) { Symbols = SymTab; } in setSymTab()
796 const SymbolTableSection *SymTab = nullptr; variable
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp155 const Elf_Shdr *SymTab) { in getUniquedSymbolName()
306 const Elf_Shdr *SymTab = nullptr; in dump() local
661 Error ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol()
697 Error ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab, in dumpRelocation()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp702 InstrProfSymtab *SymTab) { in remapValue()
794 InstrProfSymtab *SymTab) { in deserializeTo()
834 InstrProfSymtab *SymTab) { in deserializeTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp697 InstrProfSymtab *SymTab) { in remapValue()
789 InstrProfSymtab *SymTab) { in deserializeTo()
829 InstrProfSymtab *SymTab) { in deserializeTo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h249 auto SymTab = PFC->RTDyld->getSymbolTable(); in finalize() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h65 SymTab; ///< Symbol table of args/instructions variable
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp241 SymbolTable SymTab; member in llvm::jitlink::ELFLinkGraphBuilder_x86_64
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp505 ELFDumper<ELFT>::getVersionTable(const Elf_Shdr &Sec, ArrayRef<Elf_Sym> *SymTab, in getVersionTable()
3692 const Elf_Shdr &Sec, const Elf_Shdr *SymTab) { in printReloc()
4653 const Elf_Shdr *SymTab) { printReloc(R, Ndx, Sec, SymTab); }, in printRelocationsHelper()
5712 const Elf_Shdr *SymTab; in forEachRelocationDo() local
5824 if (const Elf_Shdr *SymTab = this->dumper().getDotSymtabSec()) { in printFunctionStackSize() local
5903 const Elf_Shdr *SymTab, in printStackSize()
6057 const Elf_Shdr *SymTab) { in printRelocatableStackSizes()
6391 const Elf_Shdr &Sec, const Elf_Shdr *SymTab) { in printReloc()

12