Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h359 Flat32 = 0x00000100, enumerator
H A DTypeRecord.h324 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
/netbsd/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst110 Flat32 = 0x01, // "flat" pointer
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp79 PUSH_FLAG(PointerOptions, Flat32, Options, "flat32"); in pointerOptions()
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp335 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()