Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h335 BasedOnAddress = 0x06, // based on address of base enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp77 ENUM_ENTRY(PointerKind, BasedOnAddress),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp172 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp268 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()