Home
last modified time | relevance | path

Searched refs:FrameCookieKind (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp74 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/
DEnumTables.cpp105 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/
DMinimalSymbolDumper.cpp280 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/
DCodeViewYAMLSymbols.cpp50 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/
DCodeView.h468 enum class FrameCookieKind : uint8_t { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h499 enum class FrameCookieKind : uint8_t { enum
DSymbolRecord.h824 FrameCookieKind CookieKind;