Home
last modified time | relevance | path

Searched refs:getSectionFileSize (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmLayout.h88 uint64_t getSectionFileSize(const MCSection *Sec) const;
/external/llvm/include/llvm/MC/
DMCAsmLayout.h89 uint64_t getSectionFileSize(const MCSection *Sec) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCAsmLayout.h92 uint64_t getSectionFileSize(const MCSection *Sec) const;
/external/llvm/tools/dsymutil/
DMachOUtils.cpp278 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()
397 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp181 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
DMachObjectWriter.cpp224 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
822 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
DMCAssembler.cpp674 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCFragment.cpp204 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
DMachObjectWriter.cpp226 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
867 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
DMCAssembler.cpp737 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
/external/llvm/lib/MC/
DMCFragment.cpp182 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
DMachObjectWriter.cpp206 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
774 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
DMCAssembler.cpp567 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()