Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h318 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h334 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp78 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp149 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp123 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp270 PointerKind::BasedOnSegmentAddress); in enumeration()