Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp62 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 DEnumTables.cpp272 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
273 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp184 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 DCodeView.h566 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
H A DSymbolRecord.h95 TrampolineType Type;