Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp364 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
H A DTypeRecordMapping.cpp386 IO, unsigned(Record.getPointerKind()), ArrayRef(getPtrKindNames()))); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp208 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h300 PointerKind getPointerKind() const { in getPointerKind() function