Home
last modified time | relevance | path

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

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