Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h332 BasedOnSegment = 0x03, // based on segment enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp74 ENUM_ENTRY(PointerKind, BasedOnSegment),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp169 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp265 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()