Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h317 BasedOnAddress = 0x06, // based on address of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h333 BasedOnAddress = 0x06, // based on address of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp77 ENUM_ENTRY(PointerKind, BasedOnAddress),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp148 RETURN_CASE(PointerKind, BasedOnAddress, "address based"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp122 ENUM_ENTRY(PointerKind, BasedOnAddress),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp268 IO.enumCase(Kind, "BasedOnAddress", PointerKind::BasedOnAddress); in enumeration()