| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 347 Section.Address = Sect.addr; in getSection() 348 Section.Size = Sect.size; in getSection() 349 Section.Offset = Sect.offset; in getSection() 350 Section.Alignment = Sect.align; in getSection() 353 Section.Flags = Sect.flags; in getSection() 359 Section.Address = Sect.addr; in getSection() 360 Section.Size = Sect.size; in getSection() 361 Section.Offset = Sect.offset; in getSection() 362 Section.Alignment = Sect.align; in getSection() 365 Section.Flags = Sect.flags; in getSection() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPort.h | 51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 314 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument 318 return findFunctionSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset() 320 return findPublicSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset() 323 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findSymbolBySectOffset() 330 if (auto Sym = findFunctionSymbolBySectOffset(Sect, Offset)) in findSymbolBySectOffset() 341 auto Iter = AddressToSymbolId.find({Sect, Offset}); in findFunctionSymbolBySectOffset() 349 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findFunctionSymbolBySectOffset() 365 if (Sect == PS.Segment && Offset >= PS.CodeOffset && in findFunctionSymbolBySectOffset() 385 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset() argument 386 auto Iter = AddressToPublicSymId.find({Sect, Offset}); in findPublicSymbolBySectOffset() [all …]
|
| H A D | NativeSession.cpp | 265 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument 270 return Cache.findSymbolBySectOffset(Sect, Offset, Type); in findSymbolBySectOffset() 411 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset() argument 414 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 293 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local 294 if (StringRef("__eh_frame") == Sect.sectname) { in transferSegmentAndSections() 295 Sect.offset = EHFrameOffset; in transferSegmentAndSections() 296 Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections() 298 Sect.offset = Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections() 301 MachO::swapStruct(Sect); in transferSegmentAndSections() 302 Writer.W.OS.write(reinterpret_cast<char *>(&Sect), sizeof(Sect)); in transferSegmentAndSections()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | ObjectFileTransformer.cpp | 34 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()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.h | 41 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
|
| H A D | MachOLinkGraphBuilder.cpp | 234 uint8_t Sect; in createNormalizedSymbols() local 243 Sect = NL64.n_sect; in createNormalizedSymbols() 251 Sect = NL32.n_sect; in createNormalizedSymbols() 277 if (Sect) in createNormalizedSymbols() 278 dbgs() << static_cast<unsigned>(Sect - 1); in createNormalizedSymbols() 285 if (Sect != 0) { in createNormalizedSymbols() 286 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() 307 &createNormalizedSymbol(*Name, Value, Type, Sect, Desc, in createNormalizedSymbols() 374 SecIndexToSymbols[NSym.Sect - 1].push_back(&NSym); in graphifyRegularSymbols() 583 setCanonicalSymbol(getSectionByIndex(NSym.Sect - 1), Sym); in createStandardGraphSymbol()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 45 for (const object::SectionRef &Sect : ObjFile.sections()) { in ObjFileAddressMap() local 46 if (!Sect.isText()) in ObjFileAddressMap() 48 const uint64_t Size = Sect.getSize(); in ObjFileAddressMap() 51 const uint64_t StartAddr = Sect.getAddress(); in ObjFileAddressMap()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.h | 118 std::unique_ptr<PDBSymbol> findFunctionSymbolBySectOffset(uint32_t Sect, 120 std::unique_ptr<PDBSymbol> findPublicSymbolBySectOffset(uint32_t Sect, 177 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type);
|
| H A D | NativeSession.h | 65 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect, 118 bool moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset,
|
| /llvm-project-15.0.7/llvm/tools/llvm-gsymutil/ |
| H A D | llvm-gsymutil.cpp | 273 for (const object::SectionRef &Sect : Obj.sections()) { in handleObjectFile() local 274 if (!Sect.isText()) in handleObjectFile() 276 const uint64_t Size = Sect.getSize(); in handleObjectFile() 279 const uint64_t StartAddr = Sect.getAddress(); in handleObjectFile()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/ |
| H A D | full-contents.yaml | 102 # CHECK-NEXT: Sect Auxiliary Entry For Stat { 117 # CHECK-NEXT: Sect Auxiliary Entry For Stat {
|
| H A D | aux-symbols.yaml | 45 # DEFAULT32-NEXT: Sect Auxiliary Entry For Stat { 89 # DEFAULT32-NEXT: Sect Auxiliary Entry For DWARF { 189 # NON-DEFAULT32-NEXT: Sect Auxiliary Entry For Stat { 233 # NON-DEFAULT32-NEXT: Sect Auxiliary Entry For DWARF { 317 # DEFAULT64-NEXT: Sect Auxiliary Entry For DWARF { 447 # NON-DEFAULT64-NEXT: Sect Auxiliary Entry For DWARF {
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 183 return Sect.flags; in getSectionFlags() 186 return Sect.flags; in getSectionFlags() 1946 SectSize = Sect.size; in getSectionSize() 1951 SectSize = Sect.size; in getSectionSize() 1976 Offset = Sect.offset; in getSectionContents() 1977 Size = Sect.size; in getSectionContents() 1981 Size = Sect.size; in getSectionContents() 1991 Align = Sect.align; in getSectionAlignment() 1994 Align = Sect.align; in getSectionAlignment() 2135 Num = Sect.nreloc; in section_rel_end() [all …]
|
| H A D | Object.cpp | 221 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument 230 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 226 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection() argument 228 writeInitialLength(Sect.Format, Sect.Length, OS, IsLittleEndian); in emitPubSection() 229 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in emitPubSection() 230 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection() 231 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection() 232 for (const auto &Entry : Sect.Entries) { in emitPubSection()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Object.h | 167 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSession.h | 50 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) = 0;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument 227 if (S_OK != Session->findSymbolByAddr(Sect, Offset, EnumVal, &Symbol)) in findSymbolBySectOffset()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/ |
| H A D | symbols.test | 171 # SYMBOL32-NEXT: Sect Auxiliary Entry For Stat { 273 # SYMBOL32-NEXT: Sect Auxiliary Entry For DWARF {
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 750 #define INSTR_PROF_SECT_START(Sect) \ 751 INSTR_PROF_CONCAT(__start_,Sect) 752 #define INSTR_PROF_SECT_STOP(Sect) \ 753 INSTR_PROF_CONCAT(__stop_,Sect)
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 750 #define INSTR_PROF_SECT_START(Sect) \ 751 INSTR_PROF_CONCAT(__start_,Sect) 752 #define INSTR_PROF_SECT_STOP(Sect) \ 753 INSTR_PROF_CONCAT(__stop_,Sect)
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 188 std::unique_ptr<XCOFFSection> Sect) in DwarfSectionEntry() 189 : SectionEntry(N, Flags | XCOFF::STYP_DWARF), DwarfSect(std::move(Sect)), in DwarfSectionEntry()
|
| H A D | MCMachOStreamer.cpp | 89 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
|