Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h374 Flat32 = 0x00000100, enumerator
H A DTypeRecord.h325 bool isFlat() const { return !!(Attrs & uint32_t(PointerOptions::Flat32)); } in isFlat()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp83 PUSH_FLAG(PointerOptions, Flat32, Options, "flat32"); in pointerOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp336 IO.bitSetCase(Options, "Flat32", PointerOptions::Flat32); in bitset()