Searched refs:TrampolineType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | EnumTables.cpp | 271 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental), 272 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
|
| /freebsd-12-stable/contrib/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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeView.h | 561 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
|
| D | SymbolRecord.h | 96 TrampolineType Type;
|