Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h569 TrampIncremental, enumerator
573 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp195 if (Ordinal == codeview::ThunkOrdinal::TrampIncremental) { in dump()
H A DMinimalSymbolDumper.cpp178 RETURN_CASE(ThunkOrdinal, TrampIncremental, "tramp incremental"); in formatThunkOrdinal()
186 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental"); in formatTrampolineType()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp270 CV_ENUM_CLASS_ENT(ThunkOrdinal, TrampIncremental),
275 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp196 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, TrampIncremental, OS) in operator <<()