Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 25 of 168) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon192bf7590111::OProfileJITEventListener
46 : Wrapper(std::move(LibraryWrapper)) { in OProfileJITEventListener()
59 if (!Wrapper->op_open_agent()) { in initialize()
69 if (Wrapper->isAgentAvailable()) { in ~OProfileJITEventListener()
70 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener()
83 if (!Wrapper->isAgentAvailable()) { in notifyObjectLoaded()
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) == in notifyObjectLoaded()
130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
143 if (Wrapper->isAgentAvailable()) { in notifyFreeingObject()
162 if (Wrapper->op_unload_native_code(Addr) == -1) { in notifyFreeingObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp120 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local
122 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
127 Function::arg_iterator AI = Wrapper->arg_begin(); in createWrapper()
128 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper()
209 Wrapper->eraseFromParent(); in createWrapper()
210 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
212 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
214 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper()
218 Wrapper->eraseFromParent(); in createWrapper()
222 return Wrapper; in createWrapper()
[all …]
H A DWebAssemblyISD.def21 HANDLE_NODETYPE(Wrapper)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp48 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo() argument
49 : ModuleObject(NULL), WrapperRef(Wrapper){}; in IntelIttnotifyInfo()
123 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anonb12ce6460111::IntelJITEventListener
136 Wrapper.reset(libraryWrapper); in IntelJITEventListener()
160 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument
167 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
200 std::make_unique<IntelIttnotifyInfo>(*Wrapper); in notifyObjectLoaded()
210 Wrapper->iJitIttNotifyInfo(llvm::LoadBinaryModule, in notifyObjectLoaded()
289 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size); in notifyObjectLoaded()
322 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h221 GISelCSEAnalysisWrapper Wrapper; variable
229 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; } in getCSEWrapper()
230 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; } in getCSEWrapper()
235 Wrapper.releaseMemory(); in releaseMemory()
236 Wrapper.setComputed(false); in releaseMemory()
H A DGISelChangeObserver.h134 RAIIMFObsDelInstaller(MachineFunction &MF, GISelObserverWrapper &Wrapper) in RAIIMFObsDelInstaller() argument
135 : DelI(MF, &Wrapper), ObsI(MF, Wrapper) {} in RAIIMFObsDelInstaller()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp273 StringRef Wrapper = in unwrapCommand() local
275 if (Wrapper == "distcc" || Wrapper == "gomacc" || Wrapper == "ccache" || in unwrapCommand()
276 Wrapper == "sccache") { in unwrapCommand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h150 Wrapper, enumerator
381 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
400 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
417 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
419 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo); in getAddrGlobalLargeGOT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp318 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
331 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
392 Wrapper.setComputed(false); in runOnMachineFunction()
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.ipp37 /// Wrapper around lua_newuserdata.
52 /// Wrapper around lua_touserdata.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2807 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local
2811 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper()
2812 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
2814 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper, /*IsThunk=*/false); in getOrCreateThreadLocalWrapper()
2817 if (!Wrapper->hasLocalLinkage()) in getOrCreateThreadLocalWrapper()
2819 llvm::GlobalVariable::isLinkOnceLinkage(Wrapper->getLinkage()) || in getOrCreateThreadLocalWrapper()
2820 llvm::GlobalVariable::isWeakODRLinkage(Wrapper->getLinkage()) || in getOrCreateThreadLocalWrapper()
2822 Wrapper->setVisibility(llvm::GlobalValue::HiddenVisibility); in getOrCreateThreadLocalWrapper()
2825 Wrapper->setCallingConv(llvm::CallingConv::CXX_FAST_TLS); in getOrCreateThreadLocalWrapper()
2826 Wrapper->addFnAttr(llvm::Attribute::NoUnwind); in getOrCreateThreadLocalWrapper()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/build-aux/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
H A Dylwrap46 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl2/gmake/dist/config/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp277 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
279 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp339 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
341 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1399 return new ActionResultHolder(Wrapper(func_mocker->PerformDefaultAction( in PerformDefaultAction()
1409 Wrapper(action.Perform(std::move(args)))); in PerformAction()
1413 typedef ReferenceOrValueWrapper<T> Wrapper; typedef
1415 explicit ActionResultHolder(Wrapper result) in ActionResultHolder()
1419 Wrapper result_;
/netbsd-src/external/gpl3/gcc/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl3/binutils.old/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl3/gdb/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl3/gdb.old/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl3/binutils/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/netbsd-src/external/gpl3/gcc.old/dist/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.

1234567