Searched refs:TrampolineType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 62 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType) in LLVM_YAML_IS_SEQUENCE_VECTOR() 185 void ScalarEnumerationTraits<TrampolineType>::enumeration( in enumeration() 186 IO &io, TrampolineType &Tramp) { in enumeration() 190 static_cast<TrampolineType>(E.Value)); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 275 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 276 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 184 static std::string formatTrampolineType(TrampolineType Tramp) { in formatTrampolineType() 186 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental"); in formatTrampolineType() 187 RETURN_CASE(TrampolineType, BranchIsland, "branch island"); in formatTrampolineType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 573 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
H A D | SymbolRecord.h | 95 TrampolineType Type;
|