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

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 54 virtual uint32_t getSectionType(DataRefImpl Sec) const = 0;
79 return getObject()->getSectionType(getRawDataRefImpl());
236 uint32_t getSectionType(DataRefImpl Sec) const override;
371 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const {
MachO.h 206 unsigned getSectionType(SectionRef Sec) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 329 unsigned SectionType = MachO->getSectionType(Section);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 340 unsigned MachOObjectFile::getSectionType(SectionRef Sec) const {
    [all...]

Completed in 226 milliseconds