Home
last modified time | relevance | path

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

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