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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp51 Function *addHelperAndWrapper(Module &M, StringRef WrapperName, argument
67 WrapperFnType, GlobalValue::ExternalLinkage, WrapperName, M);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2855 SmallString<256> WrapperName; local
2857 llvm::raw_svector_ostream Out(WrapperName);
2863 if (llvm::Value *V = CGM.getModule().getNamedValue(WrapperName))
2876 WrapperName.str(), &CGM.getModule());

Completed in 169 milliseconds