Searched refs:TrampolineType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 61 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType) in LLVM_YAML_IS_SEQUENCE_VECTOR() 181 void ScalarEnumerationTraits<TrampolineType>::enumeration( in enumeration() 182 IO &io, TrampolineType &Tramp) { in enumeration() 186 static_cast<TrampolineType>(E.Value)); in enumeration()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 271 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 272 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 183 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType() 185 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental"); in formatTrampolineType() 186 RETURN_CASE(TrampolineType, BranchIsland, "branch island"); in formatTrampolineType()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 566 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
| H A D | SymbolRecord.h | 96 TrampolineType Type;
|