Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h340 BasedOnSegment = 0x03, // based on segment enumerator
/openbsd/src/gnu/llvm/llvm/docs/PDB/
DCodeViewTypes.rst90 BasedOnSegment = 0x03, // based on segment
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp358 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
DTypeDumpVisitor.cpp74 ENUM_ENTRY(PointerKind, BasedOnSegment),
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp172 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp269 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()