Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp60 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/
DEnumTables.cpp271 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
272 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp181 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/
DCodeView.h561 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
DSymbolRecord.h96 TrampolineType Type;