Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp80 (static_cast<uint32_t>(Record.getPointerKind()) in writePointer()
DTypeDumper.cpp403 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp365 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp179 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h297 PointerKind getPointerKind() const { in getPointerKind() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h320 PointerKind getPointerKind() const { return PtrKind; } in getPointerKind() function