Searched refs:FrameCookieKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 91 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 D | CodeViewYAMLSymbols.cpp | 51 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 D | MinimalSymbolDumper.cpp | 293 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 D | CodeView.h | 521 enum class FrameCookieKind : uint8_t { enum
|
| H A D | SymbolRecord.h | 877 FrameCookieKind CookieKind;
|