Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp61 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
158 void ScalarEnumerationTraits<TrampolineType>::enumeration( in enumeration()
159 IO &io, TrampolineType &Tramp) { in enumeration()
163 static_cast<TrampolineType>(E.Value)); in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp247 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
248 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp278 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
279 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp182 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType()
184 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental"); in formatTrampolineType()
185 RETURN_CASE(TrampolineType, BranchIsland, "branch island"); in formatTrampolineType()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h539 enum class TrampolineType { TrampIncremental, BranchIsland }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h524 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
DSymbolRecord.h96 TrampolineType Type;