Searched refs:BasedOnAddress (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 317 BasedOnAddress = 0x06, // based on address of base enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 333 BasedOnAddress = 0x06, // based on address of base enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 77 ENUM_ENTRY(PointerKind, BasedOnAddress),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 148 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 122 ENUM_ENTRY(PointerKind, BasedOnAddress),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 268 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()
|