/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 349 InMemoryStruct<macho::Section64> Sect; in getSectionName() local 359 InMemoryStruct<macho::Section> Sect; in getSectionName() local 373 InMemoryStruct<macho::Section64> Sect; in getSectionAddress() local 377 InMemoryStruct<macho::Section> Sect; in getSectionAddress() local 387 InMemoryStruct<macho::Section64> Sect; in getSectionSize() local 391 InMemoryStruct<macho::Section> Sect; in getSectionSize() local 401 InMemoryStruct<macho::Section64> Sect; in getSectionContents() local 405 InMemoryStruct<macho::Section> Sect; in getSectionContents() local 415 InMemoryStruct<macho::Section64> Sect; in getSectionAlignment() local 419 InMemoryStruct<macho::Section> Sect; in getSectionAlignment() local [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 164 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local 167 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local 623 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 628 MachO::section Sect = getSection(Sec); in getSectionSize() local 649 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 653 MachO::section Sect = getSection(Sec); in getSectionContents() local 665 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 668 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 728 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 731 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
D | Object.cpp | 102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 37 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 39 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 143 InMemoryStruct<macho::Section> Sect; in DumpSegmentCommand() local 179 InMemoryStruct<macho::Section64> Sect; in DumpSegment64Command() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 144 InMemoryStruct<macho::Section> Sect; in loadSegment32() local 283 InMemoryStruct<macho::Section64> Sect; in loadSegment64() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local 179 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local 1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1895 MachO::section Sect = getSection(Sec); in getSectionSize() local 1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1920 MachO::section Sect = getSection(Sec); in getSectionContents() local 1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 1935 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2027 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
D | Object.cpp | 102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 105 static Section copySection(const T &Sect) { in copySection() 229 InMemoryStruct<macho::Section> Sect; in getSectionsAndSymbols() local
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 308 MachO::section Sect = Obj->getSection(Sec); in getSection() local 320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 310 MachO::section Sect = Obj->getSection(Sec); in getSection() local 322 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 209 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 119 const DWARFYAML::PubSection &Sect, in EmitPubSection()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 259 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 95 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 230 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 275 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 883 auto Sect = std::find_if(LiteralSections.begin(), LiteralSections.end(), in DumpLiteralPointerSection() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1196 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local
|