Searched refs:Flat32 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 338 Flat32 = 0x00000100, enumerator
|
D | TypeRecord.h | 331 return !!(uint32_t(Options) & uint32_t(PointerOptions::Flat32)); in isFlat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 359 Flat32 = 0x00000100, enumerator
|
D | TypeRecord.h | 330 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 359 Flat32 = 0x00000100, enumerator
|
D | TypeRecord.h | 324 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
|
/external/llvm-project/llvm/docs/PDB/ |
D | CodeViewTypes.rst | 110 Flat32 = 0x01, // "flat" pointer
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 79 PUSH_FLAG(PointerOptions, Flat32, Options, "flat32"); in pointerOptions()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 330 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 330 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()
|