Home
last modified time | relevance | path

Searched refs:Flat32 (Results 1 – 10 of 10) 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-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h359 Flat32 = 0x00000100, enumerator
DTypeRecord.h330 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h359 Flat32 = 0x00000100, enumerator
DTypeRecord.h324 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
/external/llvm-project/llvm/docs/PDB/
DCodeViewTypes.rst110 Flat32 = 0x01, // "flat" pointer
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp79 PUSH_FLAG(PointerOptions, Flat32, Options, "flat32"); in pointerOptions()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp330 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp330 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()