Searched refs:Sect (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h43 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect))
45 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect)))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h36 Error emitPubSection(raw_ostream &OS, const PubSection &Sect,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp335 MachO::section Sect = Obj->getSection(Sec); local
336 Section.Address = Sect.addr;
337 Section.Size = Sect.size;
338 Section.Offset = Sect.offset;
339 Section.Alignment = Sect.align;
340 Section.RelocationTableOffset = Sect.reloff;
341 Section.NumRelocationTableEntries = Sect.nreloc;
342 Section.Flags = Sect.flags;
343 Section.Reserved1 = Sect.reserved1;
344 Section.Reserved2 = Sect
347 MachO::section_64 Sect = Obj->getSection64(Sec); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp34 for (const object::SectionRef &Sect : Obj.sections()) {
35 Expected<StringRef> SectNameOrErr = Sect.getName();
44 Expected<StringRef> E = Sect.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h41 uint8_t Sect, uint16_t Desc, Linkage L, Scope S)
42 : Name(Name), Value(Value), Type(Type), Sect(Sect), Desc(Desc), L(L),
56 uint8_t Sect = 0; member in struct:llvm::jitlink::MachOLinkGraphBuilder::NormalizedSymbol
40 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, uint8_t Sect, uint16_t Desc, Linkage L, Scope S) argument
H A DMachOLinkGraphBuilder.cpp237 uint8_t Sect; local
246 Sect = NL64.n_sect;
254 Sect = NL32.n_sect;
280 if (Sect)
281 dbgs() << static_cast<unsigned>(Sect - 1);
288 if (Sect != 0) {
289 auto NSec = findSectionByIndex(Sect - 1);
308 &createNormalizedSymbol(*Name, Value, Type, Sect, Desc,
370 SecIndexToSymbols[NSym.Sect - 1].push_back(&NSym);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp312 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
319 return findFunctionSymbolBySectOffset(Sect, Offset);
321 return findPublicSymbolBySectOffset(Sect, Offset);
324 if (auto Sym = findFunctionSymbolBySectOffset(Sect, Offset))
334 SymbolCache::findFunctionSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { argument
335 auto Iter = AddressToFunctionSymId.find({Sect, Offset});
342 auto Modi = getModuleIndexForAddr(Session.getVAFromSectOffset(Sect, Offset));
358 if (Sect == PS.Segment && Offset >= PS.CodeOffset &&
361 AddressToFunctionSymId.insert({{Sect, Offset}, Id});
372 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_ argument
[all...]
H A DNativeSession.cpp256 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
258 return Cache.findSymbolBySectOffset(Sect, Offset, Type);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h112 std::unique_ptr<PDBSymbol> findFunctionSymbolBySectOffset(uint32_t Sect,
114 std::unique_ptr<PDBSymbol> findPublicSymbolBySectOffset(uint32_t Sect,
168 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type);
H A DNativeSession.h61 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp190 const DWARFYAML::PubSection &Sect,
192 writeInitialLength(Sect.Length, OS, IsLittleEndian);
193 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian);
194 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian);
195 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian);
196 for (auto Entry : Sect.Entries) {
189 emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, bool IsLittleEndian, bool IsGNUPubSec) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h50 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h165 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, argument
228 *unwrap(Sect) = *SecOrErr;
H A DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); local
180 return Sect.flags;
182 MachO::section Sect = O.getSection(Sec); local
183 return Sect.flags;
1932 MachO::section_64 Sect = getSection64(Sec); local
1933 SectOffset = Sect.offset;
1934 SectSize = Sect.size;
1935 SectType = Sect.flags & MachO::SECTION_TYPE;
1937 MachO::section Sect = getSection(Sec); local
1938 SectOffset = Sect
1963 MachO::section_64 Sect = getSection64(Sec); local
1967 MachO::section Sect = getSection(Sec); local
1978 MachO::section_64 Sect = getSection64(Sec); local
1981 MachO::section Sect = getSection(Sec); local
2073 MachO::section_64 Sect = getSection64(Sec); local
2076 MachO::section Sect = getSection(Sec); local
4396 MachO::section_64 Sect = getSection64(Sec); local
4399 MachO::section Sect = getSection(Sec); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
227 if (S_OK != Session->findSymbolByAddr(Sect, Offset, EnumVal, &Symbol))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp84 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1757 void AddSection(SectionAddressInfo Info, SectionSP Sect) { argument
1763 std::move(Sect));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1512 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { local
1515 if (Sect == LiteralSections.end()) {
1520 uint64_t SectAddress = Sect->getAddress();
1521 uint64_t SectSize = Sect->getSize();
1524 Expected<StringRef> SectNameOrErr = Sect->getName();
1530 DataRefImpl Ref = Sect->getRawDataRefImpl();
1543 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName());

Completed in 531 milliseconds