| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 115 uint32_t secIndex = file->getSectionIndex(sym); in findAux()
|
| H A D | InputFiles.h | 269 uint32_t getSectionIndex(const Elf_Sym &sym) const;
|
| H A D | InputFiles.cpp | 535 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const { in getSectionIndex() function in ObjFile 537 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 99 uint64_t getSectionIndex(DataRefImpl Sec) const override { return Sec.d.a; } in getSectionIndex() function
|
| H A D | ObjectFile.h | 267 virtual uint64_t getSectionIndex(DataRefImpl Sec) const = 0; 527 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
|
| H A D | ELF.h | 487 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, 565 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() function 594 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable); in getSection()
|
| H A D | Wasm.h | 189 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
| H A D | ELFObjectFile.h | 325 uint64_t getSectionIndex(DataRefImpl Sec) const override; 912 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function
|
| H A D | MachO.h | 450 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
| H A D | XCOFFObjectFile.h | 612 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 1059 uint64_t getSectionIndex(DataRefImpl Sec) const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.h | 217 LVSectionIndex getSectionIndex(LVScope *Scope) override { in getSectionIndex() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 298 virtual LVSectionIndex getSectionIndex(LVScope *Scope) { in getSectionIndex() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 558 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
|
| H A D | LVScope.cpp | 1261 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound() 1271 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_x86_64.cpp | 246 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
| H A D | MachO_arm64.cpp | 271 findSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl())); in addRelocations()
|
| H A D | MachOLinkGraphBuilder.cpp | 124 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl()); in createNormalizedSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 769 LVSectionIndex SectionIndex = getSectionIndex(CompileUnit); in createScopes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 390 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 284 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 2004 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 1948 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex() function in MachOObjectFile
|