Home
last modified time | relevance | path

Searched defs:SectionStart (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp87 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() local
118 uint64_t SectionStart) { in addNewSection()
171 uint64_t SectionStart = markSectionStart(SecProfSummary); in writeSections() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp70 uint64_t SectionStart = OutputStream->tell(); in markSectionStart() local
103 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection()
334 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp91 Error walkLibunwindEHFrameSection(const char *const SectionStart, in walkLibunwindEHFrameSection()
/aosp_15_r20/external/llvm/lib/MC/
H A DMCDwarf.cpp1379 const MCSymbol &SectionStart) { in EmitFDE()
1520 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local
H A DMachObjectWriter.cpp806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local
/aosp_15_r20/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp445 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local
461 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp1679 const MCSymbol &SectionStart) { in EmitFDE()
1857 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local
H A DMachObjectWriter.cpp855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCDwarf.cpp1695 const MCSymbol &SectionStart) { in EmitFDE()
1886 MCSymbol *SectionStart = Context.createTempSymbol(); in Emit() local
H A DMachObjectWriter.cpp900 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp460 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local
476 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp477 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() local
512 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() local
H A DXCOFFObjectFile.cpp443 uintptr_t SectionStart = reinterpret_cast<uintptr_t>(base() + SectionOffset); in getSectionFileOffsetToRawData() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp698 Error walkAppleEHFrameSection(const char *const SectionStart, in walkAppleEHFrameSection()