Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h338 BasedOnAddress = 0x06, // based on address of base enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp350 CV_ENUM_CLASS_ENT(PointerKind, BasedOnAddress),
DTypeDumpVisitor.cpp76 ENUM_ENTRY(PointerKind, BasedOnAddress),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp267 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()