Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h353 BasedOnAddress = 0x06, // based on address of base enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp365 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
HDTypeDumpVisitor.cpp77 ENUM_ENTRY(PointerKind, BasedOnAddress),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp177 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp273 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()