Home
last modified time | relevance | path

Searched defs:TrampolineKey (Results 1 – 1 of 1) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DSplitFunctions.h56 struct TrampolineKey { struct
60 TrampolineKey() = default; argument
61 TrampolineKey(const FragmentNum SourceFN, const MCSymbol *const Target) in TrampolineKey() argument
64 static inline TrampolineKey getEmptyKey() { return TrampolineKey(); }; in getEmptyKey() argument
65 static inline TrampolineKey getTombstoneKey() { in getTombstoneKey() argument
68 static unsigned getHashValue(const TrampolineKey &Val) { in getHashValue() argument
71 static bool isEqual(const TrampolineKey &LHS, const TrampolineKey &RHS) { in isEqual() argument