Searched refs:SectionStart (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | RegisterEHFrames.cpp | 92 Error walkAppleEHFrameSection(const char *const SectionStart, in walkAppleEHFrameSection() argument 94 const char *CurCFIRecord = SectionStart; in walkAppleEHFrameSection() 95 const char *End = SectionStart + SectionSize; in walkAppleEHFrameSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 85 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() 258 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() local 291 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1281 bool LastInSection, const MCSymbol &SectionStart); 1666 const MCSymbol &SectionStart) { in EmitFDE() argument 1695 makeEndMinusStartExpr(context, SectionStart, cieStart, 0); in EmitFDE() 1851 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local 1852 Streamer.emitLabel(SectionStart); in Emit() 1881 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
|
| H A D | MachObjectWriter.cpp | 855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local 859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 475 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local 477 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr() 478 uint32_t Offset = Addr - SectionStart; in getRvaPtr() 491 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local 494 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() 495 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 236 uint64_t SectionStart);
|