Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp92 Error walkAppleEHFrameSection(const char *const SectionStart, in walkAppleEHFrameSection() argument
94 const char *CurCFIRecord = SectionStart; in walkAppleEHFrameSection()
95 const char *End = SectionStart + SectionSize; in walkAppleEHFrameSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp85 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() local
92 return SectionStart; in markSectionStart()
119 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument
128 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()
129 OutputStream->tell() - SectionStart, LayoutIdx}); in addNewSection()
256 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() local
289 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp468 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local
470 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()
471 uint32_t Offset = Addr - SectionStart; in getRvaPtr()
484 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local
487 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes()
488 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1329 bool LastInSection, const MCSymbol &SectionStart);
1701 const MCSymbol &SectionStart) { in EmitFDE() argument
1730 makeEndMinusStartExpr(context, SectionStart, cieStart, 0); in EmitFDE()
1886 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local
1887 Streamer.emitLabel(SectionStart); in Emit()
1916 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
H A DMachObjectWriter.cpp855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h236 uint64_t SectionStart);