Home
last modified time | relevance | path

Searched defs:Sections (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp57 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex()
99 ArrayRef<std::string> Sections) { in printSectionsAsString()
133 ArrayRef<std::string> Sections) { in printSectionsAsHex()
DXCOFFDumper.cpp124 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { in printRelocations()
476 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp70 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
/external/rust/crates/gdbstub/src/target/ext/
Dsection_offsets.rs32 Sections { enumerator
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DReader.cpp21 std::vector<Section> Sections; in create() local
DObject.h33 std::vector<Section> Sections; member
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDieTest.cpp66 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DReader.cpp57 std::vector<Section> Sections; in readSections() local
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
/external/llvm-project/llvm/include/llvm/Support/
DSpecialCaseList.h143 std::vector<Section> Sections; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h141 std::vector<Section> Sections; variable
/external/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
120 StringMap<size_t> Sections; in createInternal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
120 StringMap<size_t> Sections; in createInternal() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
484 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
632 Elf_Shdr_Range Sections) const { in getSHNDXTable()
670 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
DMachO.h156 SmallVector<SectionInfo, 32> Sections; variable
662 SectionList Sections; variable
/external/boringssl/src/util/
Ddoc.go29 Sections []ConfigSection member
45 Sections []HeaderSection member
/external/llvm-project/llvm/include/llvm/Object/
DELF.h331 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
522 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
679 Elf_Shdr_Range Sections) const { in getSHNDXTable()
717 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
DMachO.h156 SmallVector<SectionInfo, 32> Sections; variable
664 SectionList Sections; variable
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.h56 const std::vector<Section>& Sections() const { return sections_; } in Sections() function
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h86 std::vector<Section> Sections; member
DMachOYAML.h54 std::vector<Section> Sections; member
108 std::vector<Section> Sections; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h143 SectionPair Sections; member
238 SectionList Sections; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h61 std::vector<Section> Sections; member
117 std::vector<Section> Sections; member
DCOFFYAML.h106 std::vector<Section> Sections; member
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h51 MutableArrayRef<std::unique_ptr<SectionBase>> Sections; variable
373 std::set<const SectionBase *, SectionCompare> Sections; variable
460 std::set<const SectionBase *, SectionCompare> Sections; variable
1013 std::vector<SecPtr> Sections; variable
/external/libabigail/doc/manuals/
Dlibabigail-concepts.rst173 Sections subsection

1234