Searched refs:FrameCookieKind (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 74 CV_ENUM_CLASS_ENT(FrameCookieKind, Copy), 75 CV_ENUM_CLASS_ENT(FrameCookieKind, XorStackPointer), 76 CV_ENUM_CLASS_ENT(FrameCookieKind, XorFramePointer), 77 CV_ENUM_CLASS_ENT(FrameCookieKind, XorR13),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 105 CV_ENUM_CLASS_ENT(FrameCookieKind, Copy), 106 CV_ENUM_CLASS_ENT(FrameCookieKind, XorStackPointer), 107 CV_ENUM_CLASS_ENT(FrameCookieKind, XorFramePointer), 108 CV_ENUM_CLASS_ENT(FrameCookieKind, XorR13),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 280 static std::string formatCookieKind(FrameCookieKind Kind) { in formatCookieKind() 282 RETURN_CASE(FrameCookieKind, Copy, "copy"); in formatCookieKind() 283 RETURN_CASE(FrameCookieKind, XorStackPointer, "xor stack ptr"); in formatCookieKind() 284 RETURN_CASE(FrameCookieKind, XorFramePointer, "xor frame ptr"); in formatCookieKind() 285 RETURN_CASE(FrameCookieKind, XorR13, "xor rot13"); in formatCookieKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 50 LLVM_YAML_DECLARE_ENUM_TRAITS(FrameCookieKind) in LLVM_YAML_IS_SEQUENCE_VECTOR() 175 void ScalarEnumerationTraits<FrameCookieKind>::enumeration( in enumeration() 176 IO &io, FrameCookieKind &FC) { in enumeration() 180 static_cast<FrameCookieKind>(E.Value)); in enumeration()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 468 enum class FrameCookieKind : uint8_t { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 499 enum class FrameCookieKind : uint8_t { enum
|
D | SymbolRecord.h | 824 FrameCookieKind CookieKind;
|