Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h344 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DCodeViewTypes.rst94 BasedOnSegmentAddress = 0x07, // based on segment address of base
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp362 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentAddress),
H A DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp176 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp274 PointerKind::BasedOnSegmentAddress); in enumeration()