HomeSort by relevance Sort by last modified time
    Searched refs:getSectionAlignment (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 252 virtual std::error_code getSectionAlignment(DataRefImpl Sec,
431 return OwningObject->getSectionAlignment(SectionPimpl, Result);
MachO.h 88 std::error_code getSectionAlignment(DataRefImpl Sec,
COFF.h 386 std::error_code getSectionAlignment(DataRefImpl Sec,
ELFObjectFile.h 86 std::error_code getSectionAlignment(DataRefImpl Sec,
414 ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 277 std::error_code COFFObjectFile::getSectionAlignment(DataRefImpl Ref,
    [all...]
MachOObjectFile.cpp 719 std::error_code MachOObjectFile::getSectionAlignment(DataRefImpl Sec,
    [all...]

Completed in 91 milliseconds