Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmLayout.h89 uint64_t getSectionFileSize(const MCSection *Sec) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmLayout.h89 uint64_t getSectionFileSize(const MCSection *Sec) const;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmLayout.h93 uint64_t getSectionFileSize(const MCSectionData *SD) 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-7.0/llvm/tools/dsymutil/
DMachOUtils.cpp294 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()
421 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp192 assert(Layout.getSectionFileSize(&SD) == 0 && "Invalid file size!"); in WriteSection()
662 uint64_t FileSize = Layout.getSectionFileSize(&SD); in WriteObject()
DMCAssembler.cpp142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize() function in MCAsmLayout
500 assert(Layout.getSectionFileSize(SD) == 0 && "Invalid size for section!"); in WriteSectionData()
DELFObjectWriter.cpp1043 return Layout.getSectionFileSize(&SD); in GetSectionFileSize()
/external/llvm/lib/MC/
DMachObjectWriter.cpp206 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
774 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
DMCFragment.cpp182 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
DMCAssembler.cpp567 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCFragment.cpp182 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
DMachObjectWriter.cpp223 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
806 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
DMCAssembler.cpp664 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()