Home
last modified time | relevance | path

Searched refs:SectionStart (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp91 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 DSampleProfWriter.cpp70 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 DCOFFObjectFile.cpp477 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 DMCDwarf.cpp1311 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 DMachObjectWriter.cpp899 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 DDwarfGenerator.cpp132 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 DSampleProfWriter.h231 uint64_t SectionStart);
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp427 auto SectionStart = (*Section)->getAddress(); in collectRelocationsToApplyToSwiftReflectionSections() local
428 auto SymbolAddressInSection = *SymbolAbsoluteAddress - SectionStart; in collectRelocationsToApplyToSwiftReflectionSections()