Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h141 std::vector<Section> Sections; variable
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
DWasm.h262 std::vector<WasmSection> Sections; variable
/third_party/skia/third_party/externals/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
DWasmYAML.h394 std::vector<std::unique_ptr<Section>> Sections; member
DELFYAML.h100 std::vector<SectionName> Sections; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h142 SectionPair Sections; member
255 SectionList Sections; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp70 const auto &Sections = ObjFile.getBinary()->sections(); in loadObj() local
/third_party/elfio/elfio/
Delfio.hpp844 class Sections class in ELFIO::elfio
848 Sections( elfio* parent ) : parent( parent ) {} in Sections() function in ELFIO::elfio::Sections
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp169 std::vector<NormalizedSection *> Sections; in createNormalizedSections() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp858 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfAranges() local
992 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfInfo() local
1101 auto &Sections = context.getGenDwarfSectionSyms(); in EmitGenDwarfRanges() local
DXCOFFObjectWriter.cpp167 std::array<Section *const, 3> Sections{{&Text, &Data, &BSS}}; member in __anonf951ea430111::XCOFFObjectWriter
DWinCOFFObjectWriter.cpp138 sections Sections; member in __anonbd5d82f90111::WinCOFFObjectWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h110 SectionListType Sections; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp407 CComPtr<IDiaEnumSectionContribs> Sections = in getSectionContribs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1558 DWARFObjInMemory(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in DWARFObjInMemory()
1900 DWARFContext::create(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
DELFEmitter.cpp237 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1014 SectionList Sections; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp279 SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment, in parseSegmentLoadCommand()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h37 PIMAGE_SECTION_HEADER Sections; member