/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 57 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex() 99 ArrayRef<std::string> Sections) { in printSectionsAsString() 133 ArrayRef<std::string> Sections) { in printSectionsAsHex()
|
H A D | XCOFFDumper.cpp | 124 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { in printRelocations() 475 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | MachOReader.cpp | 70 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local 126 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local 134 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local 218 std::vector<const Section *> Sections; in setSymbolInRelocationInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/ |
H A D | Reader.cpp | 21 std::vector<Section> Sections; in create() local
|
H A D | Object.h | 33 std::vector<Section> Sections; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
H A D | Reader.cpp | 57 std::vector<Section> Sections; in readSections() local 87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
|
H A D | Object.h | 144 std::vector<Section> Sections; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h | 143 std::vector<Section> Sections; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 101 StringMap<size_t> Sections; in createInternal() local 120 StringMap<size_t> Sections; in createInternal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELF.h | 406 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() 638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() 1092 Elf_Shdr_Range Sections) const { in getSHNDXTable() 1130 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
|
H A D | MachO.h | 156 SmallVector<SectionInfo, 32> Sections; variable 664 SectionList Sections; variable
|
H A D | Wasm.h | 272 std::vector<WasmSection> Sections; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugObjectManagerPlugin.cpp | 217 StringMap<std::unique_ptr<DebugObjectSection>> Sections; member in llvm::orc::ELFDebugObject 266 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.h | 51 MutableArrayRef<std::unique_ptr<SectionBase>> Sections; variable 376 std::set<const SectionBase *, SectionCompare> Sections; variable 463 std::set<const SectionBase *, SectionCompare> Sections; variable 1016 std::vector<SecPtr> Sections; variable
|
H A D | Object.cpp | 1757 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSectionHeaders() local 1850 Expected<typename ELFFile<ELFT>::Elf_Shdr_Range> Sections = in readSections() local 2253 static uint64_t layoutSections(Range Sections, uint64_t Offset) { in layoutSections() 2465 SectionTableRef Sections = Obj.sections(); in finalize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 106 std::vector<Section> Sections; member
|
H A D | MachOYAML.h | 76 std::vector<Section> Sections; member 132 std::vector<Section> Sections; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 141 SectionPair Sections; member 254 SectionList Sections; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 72 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 340 ArrayRef<typename ELFT::Shdr> Sections = in printSymbolVersionInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.cpp | 196 std::vector<NormalizedSection *> Sections; in createNormalizedSections() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | imagehlp.d | 119 PIMAGE_SECTION_HEADER Sections; variable 138 PIMAGE_SECTION_HEADER Sections; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 330 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState() local 501 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in initProgramHeaders() local 1798 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in buildSectionIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 846 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfAranges() local 997 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfInfo() local 1097 auto &Sections = context.getGenDwarfSectionSyms(); in emitGenDwarfRanges() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUUsage.rst | 1154 Sections section in ELF Code Object 1213 .. _amdgpu-note-records:
|