Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h354 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp178 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp366 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentAddress),
H A DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp275 PointerKind::BasedOnSegmentAddress); in enumeration()