Home
last modified time | relevance | path

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

/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/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp91 CV_ENUM_CLASS_ENT(FrameCookieKind, Copy),
92 CV_ENUM_CLASS_ENT(FrameCookieKind, XorStackPointer),
93 CV_ENUM_CLASS_ENT(FrameCookieKind, XorFramePointer),
94 CV_ENUM_CLASS_ENT(FrameCookieKind, XorR13),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp83 CV_ENUM_CLASS_ENT(FrameCookieKind, Copy),
84 CV_ENUM_CLASS_ENT(FrameCookieKind, XorStackPointer),
85 CV_ENUM_CLASS_ENT(FrameCookieKind, XorFramePointer),
86 CV_ENUM_CLASS_ENT(FrameCookieKind, XorR13),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp49 LLVM_YAML_DECLARE_ENUM_TRAITS(FrameCookieKind) in LLVM_YAML_IS_SEQUENCE_VECTOR()
197 void ScalarEnumerationTraits<FrameCookieKind>::enumeration( in enumeration()
198 IO &io, FrameCookieKind &FC) { in enumeration()
202 static_cast<FrameCookieKind>(E.Value)); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp49 LLVM_YAML_DECLARE_ENUM_TRAITS(FrameCookieKind) in LLVM_YAML_IS_SEQUENCE_VECTOR()
174 void ScalarEnumerationTraits<FrameCookieKind>::enumeration( in enumeration()
175 IO &io, FrameCookieKind &FC) { in enumeration()
179 static_cast<FrameCookieKind>(E.Value)); in enumeration()
/external/llvm-project/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/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h468 enum class FrameCookieKind : uint8_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h506 enum class FrameCookieKind : uint8_t { enum
DSymbolRecord.h850 FrameCookieKind CookieKind;
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h506 enum class FrameCookieKind : uint8_t { enum
DSymbolRecord.h857 FrameCookieKind CookieKind;