Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp206 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp364 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
H A DTypeRecordMapping.cpp386 std::string(getEnumName(IO, unsigned(Record.getPointerKind()), in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h300 PointerKind getPointerKind() const { in getPointerKind() function