/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/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 49 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 51 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | SymbolCache.cpp | 308 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 334 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset() 379 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset()
|
D | NativeSession.cpp | 257 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 403 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | ObjectFileTransformer.cpp | 34 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local 182 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local 1935 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1940 MachO::section Sect = getSection(Sec); in getSectionSize() local 1966 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1970 MachO::section Sect = getSection(Sec); in getSectionContents() local 1981 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 1984 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2078 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2081 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
D | Object.cpp | 218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local 182 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local 1932 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1937 MachO::section Sect = getSection(Sec); in getSectionSize() local 1963 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1967 MachO::section Sect = getSection(Sec); in getSectionContents() local 1978 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 1981 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2068 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2071 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
D | Object.cpp | 218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 54 uint8_t Sect = 0; member
|
D | MachOLinkGraphBuilder.cpp | 212 uint8_t Sect; in createNormalizedSymbols() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 56 uint8_t Sect = 0; member
|
D | MachOLinkGraphBuilder.cpp | 235 uint8_t Sect; in createNormalizedSymbols() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 117 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 329 MachO::section Sect = Obj->getSection(Sec); in getSection() local 341 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() 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/llvm-project/llvm/tools/llvm-gsymutil/ |
D | llvm-gsymutil.cpp | 294 for (const object::SectionRef &Sect : Obj.sections()) { in handleObjectFile() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 118 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/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 93 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect, in findSymbolBySectOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 282 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
|