Searched refs:TrampolineType (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 61 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/ |
D | EnumTables.cpp | 247 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 248 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 278 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 279 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 182 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/ |
D | CodeView.h | 539 enum class TrampolineType { TrampIncremental, BranchIsland }; enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 524 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
D | SymbolRecord.h | 96 TrampolineType Type;
|