Home
last modified time | relevance | path

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

1234

/external/pytorch/torch/csrc/profiler/unwind/
Dsections.h27 struct Sections { struct
29 void parse(const char* name) { in parse()
49 Section debug_info;
50 Section debug_abbrev;
51 Section debug_str;
52 Section debug_line;
53 Section debug_line_str;
54 Section debug_rnglists;
55 Section debug_ranges;
56 Section debug_addr;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOReader.cpp63 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local
135 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
151 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
247 std::vector<const Section *> Sections; in setSymbolInRelocationInfo() local
/external/coreboot/Documentation/vendorcode/cavium/
Dindex.md6 ## Sections section in Cavium vendorcode-specific documentation
/external/coreboot/Documentation/vendorcode/eltan/
Dindex.md6 ## Sections section in Eltan vendorcode-specific documentation
/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dsection_offsets.rs39 Sections { enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmReader.cpp21 std::vector<Section> Sections; in create() local
DWasmObject.h33 std::vector<Section> Sections; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFReader.cpp57 std::vector<Section> Sections; in readSections() local
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h141 std::vector<Section> Sections; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DSpecialCaseList.h144 std::vector<Section> Sections; variable
/external/executorch/backends/qualcomm/quantizer/
DREADME.md4 ## Sections section in Contribution for Operator Annotation
/external/executorch/backends/qualcomm/builders/
DREADME.md4 ## Sections section in Contribution for More Operators
/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()
/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-16.0/llvm/lib/Support/
DSpecialCaseList.cpp100 StringMap<size_t> Sections; in createInternal() local
119 StringMap<size_t> Sections; in createInternal() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/
DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
DXCOFFObject.h39 std::vector<Section> Sections; member
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.h56 const std::vector<Section>& Sections() const { return sections_; } in Sections() function
/external/boringssl/src/util/
Ddoc.go31 Sections []ConfigSection member
47 Sections []HeaderSection member
/external/cronet/stable/third_party/boringssl/src/util/
Ddoc.go31 Sections []ConfigSection member
47 Sections []HeaderSection member
/external/cronet/tot/third_party/boringssl/src/util/
Ddoc.go31 Sections []ConfigSection member
47 Sections []HeaderSection member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Readers/
DLVBinaryReader.h101 LVSections Sections; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DELF.h406 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection()
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable()
1126 Elf_Shdr_Range Sections) const { in getSHNDXTable()
1164 Elf_Shdr_Range Sections) const { in getStringTableForSymtab()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h143 SectionPair Sections; member
238 SectionList Sections; variable
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h86 std::vector<Section> Sections; member

1234