Searched refs:WrapperName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp46 Function *addHelperAndWrapper(Module &M, StringRef WrapperName, argument
62 WrapperFnType, GlobalValue::ExternalLinkage, WrapperName, M);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2633 SmallString<256> WrapperName; local
2635 llvm::raw_svector_ostream Out(WrapperName);
2641 if (llvm::Value *V = CGM.getModule().getNamedValue(WrapperName))
2654 WrapperName.str(), &CGM.getModule());

Completed in 165 milliseconds