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