Home
last modified time | relevance | path

Searched refs:Flat32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h338 Flat32 = 0x00000100, enumerator
DTypeRecord.h331 return !!(uint32_t(Options) & uint32_t(PointerOptions::Flat32)); in isFlat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h354 Flat32 = 0x00000100, enumerator
DTypeRecord.h322 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp55 PUSH_FLAG(PointerOptions, Flat32, Options, "flat32"); in pointerOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp331 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()