Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A 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),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp51 LLVM_YAML_DECLARE_ENUM_TRAITS(FrameCookieKind) in LLVM_YAML_IS_SEQUENCE_VECTOR()
202 void ScalarEnumerationTraits<FrameCookieKind>::enumeration( in enumeration()
203 IO &io, FrameCookieKind &FC) { in enumeration()
207 static_cast<FrameCookieKind>(E.Value)); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp293 static std::string formatCookieKind(FrameCookieKind Kind) { in formatCookieKind()
295 RETURN_CASE(FrameCookieKind, Copy, "copy"); in formatCookieKind()
296 RETURN_CASE(FrameCookieKind, XorStackPointer, "xor stack ptr"); in formatCookieKind()
297 RETURN_CASE(FrameCookieKind, XorFramePointer, "xor frame ptr"); in formatCookieKind()
298 RETURN_CASE(FrameCookieKind, XorR13, "xor rot13"); in formatCookieKind()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h521 enum class FrameCookieKind : uint8_t { enum
H A DSymbolRecord.h877 FrameCookieKind CookieKind;