Home
last modified time | relevance | path

Searched refs:hasPageZeroSegment (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h419 bool hasPageZeroSegment() const { return HasPageZeroSegment; } in hasPageZeroSegment() function
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8768 uint32_t CurSegIndex = Obj->hasPageZeroSegment() ? 1 : 0; in SegInfo()