Searched refs:SectionStart (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 87 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() local 92 return SectionStart; in markSectionStart() 118 uint64_t SectionStart) { in addNewSection() argument 125 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection() 126 OutputStream->tell() - SectionStart}); in addNewSection() 171 uint64_t SectionStart = markSectionStart(SecProfSummary); in writeSections() local 175 if (std::error_code EC = addNewSection(SecProfSummary, SectionStart)) in writeSections() 179 SectionStart = markSectionStart(SecNameTable); in writeSections() 185 if (std::error_code EC = addNewSection(SecNameTable, SectionStart)) in writeSections() 188 SectionStart = markSectionStart(SecLBRProfile); in writeSections() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | EHFrameSupport.cpp | 698 Error walkAppleEHFrameSection(const char *const SectionStart, in walkAppleEHFrameSection() argument 701 const char *CurCFIRecord = SectionStart; in walkAppleEHFrameSection() 702 const char *End = SectionStart + SectionSize; in walkAppleEHFrameSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 1317 bool LastInSection, const MCSymbol &SectionStart); 1679 const MCSymbol &SectionStart) { in EmitFDE() argument 1701 MakeStartMinusEndExpr(Streamer, SectionStart, cieStart, 0); in EmitFDE() 1857 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local 1858 Streamer.EmitLabel(SectionStart); in Emit() 1887 Emitter.EmitFDE(*CIEStart, Frame, I == E, *SectionStart); in Emit()
|
D | MachObjectWriter.cpp | 855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local 859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 460 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local 462 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr() 463 uint32_t Offset = Addr - SectionStart; in getRvaPtr() 476 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local 479 uint32_t OffsetIntoSection = RVA - SectionStart; in getRvaAndSizeAsBytes() 480 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize && in getRvaAndSizeAsBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 155 std::error_code addNewSection(SecType Sec, uint64_t SectionStart);
|