Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp60 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
180 void ScalarEnumerationTraits<TrampolineType>::enumeration( in enumeration()
181 IO &io, TrampolineType &Tramp) { in enumeration()
185 static_cast<TrampolineType>(E.Value)); in enumeration()
/external/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()
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp278 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
279 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp268 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
269 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/external/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),
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h539 enum class TrampolineType { TrampIncremental, BranchIsland }; enum
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp181 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType()
183 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental"); in formatTrampolineType()
184 RETURN_CASE(TrampolineType, BranchIsland, "branch island"); in formatTrampolineType()
/external/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;
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
DSymbolRecord.h96 TrampolineType Type;