Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h338 BasedOnSegment = 0x03, // based on segment enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp358 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegment),
DTypeDumpVisitor.cpp73 ENUM_ENTRY(PointerKind, BasedOnSegment),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp169 RETURN_CASE(PointerKind, BasedOnSegment, "segment based"); in pointerKind()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp269 IO.enumCase(Kind, "BasedOnSegment", PointerKind::BasedOnSegment); in enumeration()