HomeSort by: relevance | last modified time | path
    Searched defs:getSectionIndex (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h 373 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
432 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
461 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
ELFObjectFile.h 280 uint64_t getSectionIndex(DataRefImpl Sec) const override;
823 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const {
WasmObjectFile.cpp 1643 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const {
XCOFFObjectFile.cpp 256 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const {
MachOObjectFile.cpp 1924 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const {

Completed in 107 milliseconds