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 216 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
378 return OwningObject->getSectionAlignment(SectionPimpl);
ELFObjectFile.h 220 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
574 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
MachO.h 224 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
COFF.h 664 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 291 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
    [all...]
MachOObjectFile.cpp 536 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const {
    [all...]

Completed in 44 milliseconds