Home
last modified time | relevance | path

Searched refs:Sect (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp308 MachO::section Sect = Obj->getSection(Sec); in getSection() local
309 Section.Address = Sect.addr; in getSection()
310 Section.Size = Sect.size; in getSection()
311 Section.Offset = Sect.offset; in getSection()
312 Section.Alignment = Sect.align; in getSection()
313 Section.RelocationTableOffset = Sect.reloff; in getSection()
314 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
315 Section.Flags = Sect.flags; in getSection()
316 Section.Reserved1 = Sect.reserved1; in getSection()
317 Section.Reserved2 = Sect.reserved2; in getSection()
[all …]
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp329 MachO::section Sect = Obj->getSection(Sec); in getSection() local
330 Section.Address = Sect.addr; in getSection()
331 Section.Size = Sect.size; in getSection()
332 Section.Offset = Sect.offset; in getSection()
333 Section.Alignment = Sect.align; in getSection()
334 Section.RelocationTableOffset = Sect.reloff; in getSection()
335 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
336 Section.Flags = Sect.flags; in getSection()
337 Section.Reserved1 = Sect.reserved1; in getSection()
338 Section.Reserved2 = Sect.reserved2; in getSection()
[all …]
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h37 #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/
DInstrProfilingPort.h49 #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/
DSymbolCache.cpp308 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
312 return findFunctionSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset()
314 return findPublicSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset()
317 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findSymbolBySectOffset()
324 if (auto Sym = findFunctionSymbolBySectOffset(Sect, Offset)) in findSymbolBySectOffset()
334 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findFunctionSymbolBySectOffset() argument
335 auto Iter = AddressToSymbolId.find({Sect, Offset}); in findFunctionSymbolBySectOffset()
343 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findFunctionSymbolBySectOffset()
359 if (Sect == PS.Segment && Offset >= PS.CodeOffset && in findFunctionSymbolBySectOffset()
379 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset() argument
[all …]
DNativeSession.cpp257 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
262 return Cache.findSymbolBySectOffset(Sect, Offset, Type); in findSymbolBySectOffset()
403 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset() argument
406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h39 uint8_t Sect, uint16_t Desc, Linkage L, Scope S) in NormalizedSymbol()
40 : Name(Name), Value(Value), Type(Type), Sect(Sect), Desc(Desc), L(L), in NormalizedSymbol()
54 uint8_t Sect = 0; member
DMachOLinkGraphBuilder.cpp212 uint8_t Sect; in createNormalizedSymbols() local
221 Sect = NL64.n_sect; in createNormalizedSymbols()
229 Sect = NL32.n_sect; in createNormalizedSymbols()
255 if (Sect) in createNormalizedSymbols()
256 dbgs() << static_cast<unsigned>(Sect - 1); in createNormalizedSymbols()
264 if (Sect != 0) { in createNormalizedSymbols()
265 if (auto NSecOrErr = findSectionByIndex(Sect - 1)) in createNormalizedSymbols()
276 &createNormalizedSymbol(*Name, Value, Type, Sect, Desc, in createNormalizedSymbols()
338 SecIndexToSymbols[NSym.Sect - 1].push_back(&NSym); in graphifyRegularSymbols()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp235 uint8_t Sect; in createNormalizedSymbols() local
244 Sect = NL64.n_sect; in createNormalizedSymbols()
252 Sect = NL32.n_sect; in createNormalizedSymbols()
278 if (Sect) in createNormalizedSymbols()
279 dbgs() << static_cast<unsigned>(Sect - 1); in createNormalizedSymbols()
286 if (Sect != 0) { in createNormalizedSymbols()
287 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols()
306 &createNormalizedSymbol(*Name, Value, Type, Sect, Desc, in createNormalizedSymbols()
368 SecIndexToSymbols[NSym.Sect - 1].push_back(&NSym); in graphifyRegularSymbols()
DMachOLinkGraphBuilder.h41 uint8_t Sect, uint16_t Desc, Linkage L, Scope S) in NormalizedSymbol()
42 : Name(Name), Value(Value), Type(Type), Sect(Sect), Desc(Desc), L(L), in NormalizedSymbol()
56 uint8_t Sect = 0; member
/external/llvm/lib/Object/
DMachOObjectFile.cpp164 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
165 return Sect.flags; in getSectionFlags()
167 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
168 return Sect.flags; in getSectionFlags()
623 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
624 SectOffset = Sect.offset; in getSectionSize()
625 SectSize = Sect.size; in getSectionSize()
626 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
628 MachO::section Sect = getSection(Sec); in getSectionSize() local
629 SectOffset = Sect.offset; in getSectionSize()
[all …]
DObject.cpp102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument
112 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DObjectFileTransformer.cpp34 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
35 Expected<StringRef> SectNameOrErr = Sect.getName(); in getUUID()
44 Expected<StringRef> E = Sect.getContents(); in getUUID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp118 const DWARFYAML::PubSection &Sect, in EmitPubSection() argument
120 writeInitialLength(Sect.Length, OS, IsLittleEndian); in EmitPubSection()
121 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in EmitPubSection()
122 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in EmitPubSection()
123 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in EmitPubSection()
124 for (auto Entry : Sect.Entries) { in EmitPubSection()
126 if (Sect.IsGNUStyle) in EmitPubSection()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp259 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
260 Sect.offset = Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections()
262 MachO::swapStruct(Sect); in transferSegmentAndSections()
263 Writer.writeBytes(StringRef(reinterpret_cast<char *>(&Sect), sizeof(Sect))); in transferSegmentAndSections()
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp282 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
283 Sect.offset = Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections()
285 MachO::swapStruct(Sect); in transferSegmentAndSections()
286 Writer.W.OS.write(reinterpret_cast<char *>(&Sect), sizeof(Sect)); in transferSegmentAndSections()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h112 std::unique_ptr<PDBSymbol> findFunctionSymbolBySectOffset(uint32_t Sect,
114 std::unique_ptr<PDBSymbol> findPublicSymbolBySectOffset(uint32_t Sect,
171 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type);
DNativeSession.h61 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect,
114 bool moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset,
/external/llvm-project/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp294 for (const object::SectionRef &Sect : Obj.sections()) { in handleObjectFile() local
295 if (!Sect.isText()) in handleObjectFile()
297 const uint64_t Size = Sect.getSize(); in handleObjectFile()
300 const uint64_t StartAddr = Sect.getAddress(); in handleObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local
180 return Sect.flags; in getSectionFlags()
182 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
183 return Sect.flags; in getSectionFlags()
1932 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1933 SectOffset = Sect.offset; in getSectionSize()
1934 SectSize = Sect.size; in getSectionSize()
1935 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1937 MachO::section Sect = getSection(Sec); in getSectionSize() local
1938 SectOffset = Sect.offset; in getSectionSize()
[all …]
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() local
180 return Sect.flags; in getSectionFlags()
182 MachO::section Sect = O.getSection(Sec); in getSectionFlags() local
183 return Sect.flags; in getSectionFlags()
1935 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
1936 SectOffset = Sect.offset; in getSectionSize()
1937 SectSize = Sect.size; in getSectionSize()
1938 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1940 MachO::section Sect = getSection(Sec); in getSectionSize() local
1941 SectOffset = Sect.offset; in getSectionSize()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h35 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp227 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection() argument
229 writeInitialLength(Sect.Format, Sect.Length, OS, IsLittleEndian); in emitPubSection()
230 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in emitPubSection()
231 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
232 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection()
233 for (const auto &Entry : Sect.Entries) { in emitPubSection()
/external/llvm/include/llvm-c/
DObject.h52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DObject.h165 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,

12