Searched refs:TrampIncremental (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 569 TrampIncremental, enumerator 573 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland }; enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.cpp | 195 if (Ordinal == codeview::ThunkOrdinal::TrampIncremental) { in dump()
|
H A D | MinimalSymbolDumper.cpp | 178 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 D | EnumTables.cpp | 270 CV_ENUM_CLASS_ENT(ThunkOrdinal, TrampIncremental), 275 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 196 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, TrampIncremental, OS) in operator <<()
|