Home
last modified time | relevance | path

Searched refs:getPointerKind (Results 1 – 10 of 10) 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/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp363 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
DTypeRecordMapping.cpp341 std::string(getEnumName(IO, unsigned(Record.getPointerKind()), in visitKnownRecord()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp203 PointerKind Kind = Record.getPointerKind(); in formatPointerAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp363 W->printEnum("PtrType", unsigned(Ptr.getPointerKind()), in visitKnownRecord()
DTypeRecordMapping.cpp340 std::string PtrType = getEnumName(IO, unsigned(Record.getPointerKind()), in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h305 PointerKind getPointerKind() const { in getPointerKind() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h299 PointerKind getPointerKind() const { in getPointerKind() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h320 PointerKind getPointerKind() const { return PtrKind; } in getPointerKind() function