Searched refs:TrampolineType (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 60 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/ |
D | CodeViewYAMLSymbols.cpp | 60 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/ |
D | EnumTables.cpp | 278 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 279 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 268 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 269 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 260 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 261 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 539 enum class TrampolineType { TrampIncremental, BranchIsland }; enum
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 181 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/ |
D | CodeView.h | 558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
D | SymbolRecord.h | 96 TrampolineType Type;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
D | SymbolRecord.h | 96 TrampolineType Type;
|