/aosp_15_r20/external/llvm/lib/Object/ |
H A 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 …]
|
H A D | Object.cpp | 102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A 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 …]
|
H A D | Object.cpp | 218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local 185 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local 1953 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local 1958 MachO::section Sect = getSection(Sec); in getSectionSize() local 1984 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local 1988 MachO::section Sect = getSection(Sec); in getSectionContents() local 1999 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local 2002 MachO::section Sect = getSection(Sec); in getSectionAlignment() local 2178 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local 2181 MachO::section Sect = getSection(Sec); in section_rel_end() local [all …]
|
H A D | Object.cpp | 221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 314 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 340 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset() 385 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset()
|
H A D | NativeSession.cpp | 265 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() 411 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset()
|
/aosp_15_r20/external/compiler-rt/lib/profile/ |
H A D | InstrProfilingPort.h | 37 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 39 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 308 MachO::section Sect = Obj->getSection(Sec); in getSection() local 320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/ |
H A D | ObjectFileTransformer.cpp | 34 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 54 uint8_t Sect = 0; member
|
H A D | MachOLinkGraphBuilder.cpp | 212 uint8_t Sect; in createNormalizedSymbols() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachOLinkGraphBuilder.h | 57 uint8_t Sect = 0; member
|
H A D | MachOLinkGraphBuilder.cpp | 238 uint8_t Sect; in createNormalizedSymbols() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 117 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | macho.go | 267 Sect uint8 member 276 Sect uint8 member
|
D | file.go | 174 Sect uint8 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 118 const DWARFYAML::PubSection &Sect, in EmitPubSection()
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 259 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MachOBuilder.h | 248 RelocTarget addSymbol(StringRef Name, uint8_t Type, uint8_t Sect, in addSymbol()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/ |
D | symbolbuilder.go | 82 func (sb *SymbolBuilder) Sect() *sym.Section { return sb.l.SymSect(sb.symIdx) } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection()
|