Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConcatOutputSection.h91 struct ThunkInfo { struct
109 extern llvm::DenseMap<Symbol *, ThunkInfo> thunkMap; argument
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DThunk.h156 struct ThunkInfo { struct
170 ThunkInfo() : Method(nullptr) {} in ThunkInfo() argument
176 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) { argument
181 bool isEmpty() const { in isEmpty()