Searched refs:SectionStart (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | RegisterEHFrames.cpp | 91 Error walkLibunwindEHFrameSection(const char *const SectionStart, in walkLibunwindEHFrameSection() argument 93 const char *CurCFIRecord = SectionStart; in walkLibunwindEHFrameSection() 94 const char *End = SectionStart + SectionSize; in walkLibunwindEHFrameSection()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 70 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() local 77 return SectionStart; in markSectionStart() 103 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument 112 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection() 113 OutputStream->tell() - SectionStart, LayoutIdx}); in addNewSection() 334 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() local 371 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 477 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local 479 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr() 490 Addr >= SectionStart + Section->SizeOfRawData) { in getRvaPtr() 493 uint32_t Offset = Addr - SectionStart; in getRvaPtr() 512 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local 515 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() 516 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1311 bool LastInSection, const MCSymbol &SectionStart); 1698 const MCSymbol &SectionStart) { in EmitFDE() argument 1727 makeEndMinusStartExpr(context, SectionStart, cieStart, 0); in EmitFDE() 1882 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local 1883 Streamer.emitLabel(SectionStart); in Emit() 1912 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
|
| H A D | MachObjectWriter.cpp | 899 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local 903 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 132 const MCSymbol *SectionStart = in addStrOffsetsBaseAttribute() local 140 Expr, MCSymbolRefExpr::create(SectionStart, MC), MC); in addStrOffsetsBaseAttribute()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 231 uint64_t SectionStart);
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 427 auto SectionStart = (*Section)->getAddress(); in collectRelocationsToApplyToSwiftReflectionSections() local 428 auto SymbolAddressInSection = *SymbolAbsoluteAddress - SectionStart; in collectRelocationsToApplyToSwiftReflectionSections()
|