Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp268 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
269 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enum
H A DSymbolRecord.h96 TrampolineType Type;