HomeSort by: relevance | last modified time | path
    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