Home
last modified time | relevance | path

Searched refs:TrampolineType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp60 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
157 void ScalarEnumerationTraits<TrampolineType>::enumeration( in enumeration()
158 IO &io, TrampolineType &Tramp) { in enumeration()
162 static_cast<TrampolineType>(E.Value)); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp260 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
261 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
DSymbolRecord.h96 TrampolineType Type;