OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createWrapper
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixFunctionBitcasts.cpp
117
static Function *
createWrapper
(Function *F, FunctionType *Ty) {
155
LLVM_DEBUG(dbgs() << "
createWrapper
: struct param type in bitcast: "
159
LLVM_DEBUG(dbgs() << "
createWrapper
: arg type mismatch calling: "
195
LLVM_DEBUG(dbgs() << "
createWrapper
: struct return type in bitcast: "
199
LLVM_DEBUG(dbgs() << "
createWrapper
: return type mismatch calling: "
216
LLVM_DEBUG(dbgs() << "
createWrapper
: no wrapper needed: " << F->getName()
221
LLVM_DEBUG(dbgs() << "
createWrapper
: " << F->getName() << "\n");
293
Pair.first->second =
createWrapper
(F, Ty);
WebAssemblyFixFunctionBitcasts.cpp
117
static Function *
createWrapper
(Function *F, FunctionType *Ty) {
155
LLVM_DEBUG(dbgs() << "
createWrapper
: struct param type in bitcast: "
159
LLVM_DEBUG(dbgs() << "
createWrapper
: arg type mismatch calling: "
195
LLVM_DEBUG(dbgs() << "
createWrapper
: struct return type in bitcast: "
199
LLVM_DEBUG(dbgs() << "
createWrapper
: return type mismatch calling: "
216
LLVM_DEBUG(dbgs() << "
createWrapper
: no wrapper needed: " << F->getName()
221
LLVM_DEBUG(dbgs() << "
createWrapper
: " << F->getName() << "\n");
293
Pair.first->second =
createWrapper
(F, Ty);
Completed in 31 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026