Searched defs:SymIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp79 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); local
H A DELFLinkGraphBuilder.h97 void setGraphSymbol(ELFSymbolIndex SymIndex, Symbol &Sym) { argument
102 Symbol *getGraphSymbol(ELFSymbolIndex SymIndex) { argument
[all...]
H A DCOFFLinkGraphBuilder.cpp368 createExternalSymbol( COFFSymbolIndex SymIndex, StringRef SymbolName, object::COFFSymbolRef Symbol, const object::coff_section *Section) argument
462 createDefinedSymbol( COFFSymbolIndex SymIndex, StringRef SymbolName, object::COFFSymbolRef Symbol, const object::coff_section *Section) argument
555 createCOMDATExportRequest( COFFSymbolIndex SymIndex, object::COFFSymbolRef Symbol, const object::coff_aux_section_definition *Definition) argument
605 exportCOMDATSymbol(COFFSymbolIndex SymIndex, StringRef SymbolName, object::COFFSymbolRef Symbol) argument
[all...]
H A DCOFFLinkGraphBuilder.h53 void setGraphSymbol(COFFSectionIndex SecIndex, COFFSymbolIndex SymIndex, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h493 getExtendedSymbolTableIndex(const typename ELFT::Sym &Sym, unsigned SymIndex, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2130 uint64_t SymIndex = decodeULEB128(Cur, &Size, End, &Err); local
H A DELFDumper.cpp947 getFullSymbolName( const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, std::optional<StringRef> StrTable, bool IsDynamic) const argument
995 getSymbolSectionIndex(const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable) const argument
4120 getSymbolSectionNdx( const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, bool ExtraSymInfo) const argument
4179 printSymbol(const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, std::optional<StringRef> StrTable, bool IsDynamic, bool NonVisibilityBitsUsed, bool ExtraSymInfo) const argument
4242 printHashedSymbol(const Elf_Sym *Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, StringRef StrTable, uint32_t Bucket) argument
4383 uint32_t SymIndex = Index++; local
5125 size_t SymIndex = 0; local
7156 printSymbolSection( const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable) const argument
7223 printSymbol(const Elf_Sym &Symbol, unsigned SymIndex, DataRegion<Elf_Word> ShndxTable, std::optional<StringRef> StrTable, bool IsDynamic, bool , bool ) const argument
7956 const unsigned SymIndex = &Sym - this->dynamic_symbols().begin(); local
[all...]

Completed in 83 milliseconds