/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ModuleSymbolTable.h | 42 std::vector<Symbol> SymTab; variable
|
H A D | IRObjectFile.h | 29 ModuleSymbolTable SymTab; variable
|
H A D | ELFObjectFile.h | 814 getSymbolSection(const Elf_Sym * ESym,const Elf_Shdr * SymTab) getSymbolSection() argument 1159 const Elf_Shdr *SymTab = DotSymtabSec; symbol_end() local 1178 const Elf_Shdr *SymTab = DotDynSymSec; dynamic_symbol_end() local [all...] |
H A D | ELF.h | 528 getSection(const Elf_Sym & Sym,const Elf_Shdr * SymTab,DataRegion<Elf_Word> ShndxTable) getSection() argument 708 getRelocationSymbol(const Elf_Rel & Rel,const Elf_Shdr * SymTab) getRelocationSymbol() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 53 ModuleSymbolTable SymTab; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 432 restoreSymTabLink(SymbolTableSection & SymTab) restoreSymTabLink() argument 1261 auto &SymTab = Obj->addSection<SymbolTableSection>(); addSymTab() local 1281 addData(SymbolTableSection * SymTab) addData() argument 1310 SymbolTableSection *SymTab = addSymTab(addStrTab()); build() local 1492 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( initGroupSection() local 1536 initSymbolTable(SymbolTableSection * SymTab) initSymbolTable() argument 1726 auto &SymTab = Obj.addSection<SymbolTableSection>(); makeSection() local 2254 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); addNewSymbolTable() local [all...] |
H A D | ELFObject.h | 677 setSymTab(SymbolTableSection * SymTab) setSymTab() argument 776 setSymTab(SymTabType * SymTab) setSymTab() argument 821 const SymbolTableSection *SymTab = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 177 SymbolTableVector SymTab; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 884 remapValue(uint64_t Value,uint32_t ValueKind,InstrProfSymtab * SymTab) remapValue() argument 1018 deserializeTo(InstrProfRecord & Record,InstrProfSymtab * SymTab) deserializeTo() argument 1057 deserializeTo(InstrProfRecord & Record,InstrProfSymtab * SymTab) deserializeTo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 129 SymbolStringPtr CompleteBootstrapSymbol, SymbolTableVector SymTab, in MachOPlatformCompleteBootstrapMaterializationUnit() argument 197 SymbolTableVector SymTab; member in __anon2c142cbb0111::MachOPlatformCompleteBootstrapMaterializationUnit 1655 auto &SymTab = LLVM_LIKELY(!InBootstrapPhase) ? LocalSymTab addSymbolTableRegistration() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 79 SymTab; ///< Symbol table of args/instructions global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 301 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 413 const Elf_Shdr *SymTab = *SymTabOrErr; in FindExceptionTable() local
|
H A D | ELFDumper.cpp | 433 const typename ELFT::Shdr *SymTab; global() member 474 getVersionTable(const Elf_Shdr & Sec,ArrayRef<Elf_Sym> * SymTab,StringRef * StrTab,const Elf_Shdr ** SymTabSec) const getVersionTable() argument 3477 printReloc(const Relocation<ELFT> & R,unsigned RelIndex,const Elf_Shdr & Sec,const Elf_Shdr * SymTab) printReloc() argument 4848 __anon84b87b4e1c02(const Relocation<ELFT> &R, unsigned Ndx, const Elf_Shdr &Sec, const Elf_Shdr *SymTab) printRelocationsHelper() argument 6294 const Elf_Shdr *SymTab; forEachRelocationDo() local 6519 printStackSize(const Relocation<ELFT> & R,const Elf_Shdr & RelocSec,unsigned Ndx,const Elf_Shdr * SymTab,const Elf_Shdr * FunctionSec,const Elf_Shdr & StackSizeSec,const RelocationResolver & Resolver,DataExtractor Data) printStackSize() argument 6652 __anon84b87b4e2d02(const Relocation<ELFT> &R, unsigned Ndx, const Elf_Shdr &Sec, const Elf_Shdr *SymTab) printRelocatableStackSizes() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 829 ModuleSymbolTable SymTab; addRegularLTO() local
|