Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h91 struct ThunkInfo { struct
109 extern llvm::DenseMap<Symbol *, ThunkInfo> thunkMap; argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h157 struct ThunkInfo { struct
175 ThunkInfo() : Method(nullptr), ThisType(nullptr) {} in ThunkInfo() argument
181 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) { argument
186 bool isEmpty() const { in isEmpty()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp854 struct ThunkInfo { in runOnModule() struct
855 Constant *Src; in runOnModule()
856 Constant *Dst; in runOnModule()
857 Arm64ECThunkType Kind; in runOnModule()