Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h336 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp173 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp270 PointerKind::BasedOnSegmentAddress); in enumeration()