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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp87 uint64_t SectionStart = OutputStream->tell(); local
92 return SectionStart;
118 uint64_t SectionStart) {
125 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart,
126 OutputStream->tell() - SectionStart});
171 uint64_t SectionStart = markSectionStart(SecProfSummary); local
175 if (std::error_code EC = addNewSection(SecProfSummary, SectionStart))
179 SectionStart = markSectionStart(SecNameTable);
185 if (std::error_code EC = addNewSection(SecNameTable, SectionStart))
188 SectionStart
117 addNewSection(SecType Type, uint64_t SectionStart) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp698 Error walkAppleEHFrameSection(const char *const SectionStart, argument
701 const char *CurCFIRecord = SectionStart;
702 const char *End = SectionStart + SectionSize;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h155 std::error_code addNewSection(SecType Sec, uint64_t SectionStart);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1317 bool LastInSection, const MCSymbol &SectionStart);
1679 const MCSymbol &SectionStart) {
1701 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0);
1857 MCSymbol *SectionStart = Context.createTempSymbol(); local
1858 Streamer.EmitLabel(SectionStart);
1887 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart);
1676 EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame, bool LastInSection, const MCSymbol &SectionStart) argument
H A DMachObjectWriter.cpp855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); local
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp460 uint32_t SectionStart = Section->VirtualAddress; local
462 if (SectionStart <= Addr && Addr < SectionEnd) {
463 uint32_t Offset = Addr - SectionStart;
476 uint32_t SectionStart = Section->VirtualAddress; local
479 uint32_t OffsetIntoSection = RVA - SectionStart;
480 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize &&

Completed in 135 milliseconds