Searched defs:SECTION_TYPE (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionMachO.h28 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
45 SECTION_TYPE = 0x000000FFU, enumerator in enum:llvm::MCSectionMachO::__anon18366
150 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }

Completed in 28 milliseconds