Home
last modified time | relevance | path

Searched refs:TrampolineType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp61 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 DEnumTables.cpp271 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
272 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp183 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 DCodeView.h566 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
H A DSymbolRecord.h96 TrampolineType Type;