Home
last modified time | relevance | path

Searched refs:getSectionIndex (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.cpp76 uint32_t SecIndex = File->getSectionIndex(Sym); in findAux()
H A DInputFiles.cpp251 uint32_t ELFFileBase<ELFT>::getSectionIndex(const Elf_Sym &Sym) const { in getSectionIndex() function in ELFFileBase
252 return CHECK(getObj().getSectionIndex(&Sym, ELFSyms, SymtabSHNDX), this); in getSectionIndex()
776 uint32_t SecIdx = this->getSectionIndex(*Sym); in createSymbol()
H A DInputFiles.h153 uint32_t getSectionIndex(const Elf_Sym &Sym) const;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h246 Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
297 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, in getSectionIndex() function
326 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
H A DObjectFile.h240 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0;
423 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
H A DWasm.h175 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DELFObjectFile.h253 uint64_t getSectionIndex(DataRefImpl Sec) const override;
672 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
H A DMachO.h302 uint64_t getSectionIndex(DataRefImpl Sec) const override;
H A DCOFF.h904 uint64_t getSectionIndex(DataRefImpl Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp289 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
H A DWasmObjectFile.cpp1314 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
H A DMachOObjectFile.cpp1877 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile