Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h346 BasedOnAddress = 0x06, // based on address of base enumerator
/llvm-project-15.0.7/llvm/docs/PDB/
H A DCodeViewTypes.rst93 BasedOnAddress = 0x06, // based on address of base
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp361 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
H A DTypeDumpVisitor.cpp77 ENUM_ENTRY(PointerKind, BasedOnAddress),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp175 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp272 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()