Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp363 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
DTypeRecordMapping.cpp366 std::string(getEnumName(IO, unsigned(Record.getPointerKind()), in visitKnownRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp203 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h299 PointerKind getPointerKind() const { in getPointerKind() function