HomeSort by: relevance | last modified time | path
    Searched refs:getSectionFileSize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmLayout.h 92 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 315 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec))
476 if (uint64_t Size = Layout.getSectionFileSize(Sec)) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 200 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const {
MachObjectWriter.cpp 224 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!");
822 uint64_t FileSize = Layout.getSectionFileSize(&Sec);
MCAssembler.cpp 728 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!");

Completed in 17 milliseconds