Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp364 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp203 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h306 PointerKind getPointerKind() const { in getPointerKind() function