Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anonef4b39420111::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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp127 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()
214 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper()
218 Wrapper->eraseFromParent(); in createWrapper()
222 return Wrapper; in createWrapper()
295 Function *Wrapper = Pair.first->second; in runOnModule() local
296 if (!Wrapper) in runOnModule()
300 U->get()->replaceAllUsesWith(Wrapper); in runOnModule()
[all …]
H A DWebAssemblyISD.def23 HANDLE_NODETYPE(Wrapper)
/freebsd-13.1/contrib/llvm-project/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 __anon874c282f0111::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()
322 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded()
342 Wrapper->iJitIttNotifyInfo( in notifyFreeingObject()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp327 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
340 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
401 Wrapper.setComputed(false); in runOnMachineFunction()
/freebsd-13.1/contrib/lutok/
H A Dstate.ipp37 /// Wrapper around lua_newuserdata.
52 /// Wrapper around lua_touserdata.
/freebsd-13.1/crypto/heimdal/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-13.1/release/packages/
H A DMakefile.package121 tcpd_COMMENT= TCP Wrapper utilities
122 tcpd_DESC= TCP Wrapper utilities
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,geni-se.yaml7 title: GENI Serial Engine QUP Wrapper Controller
18 Wrapper controller is modeled as a node with zero or more child nodes each
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2811 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local
2815 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper()
2816 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
2821 if (!Wrapper->hasLocalLinkage()) in getOrCreateThreadLocalWrapper()
2830 Wrapper->addFnAttr(llvm::Attribute::NoUnwind); in getOrCreateThreadLocalWrapper()
2833 ThreadWrappers.push_back({VD, Wrapper}); in getOrCreateThreadLocalWrapper()
2834 return Wrapper; in getOrCreateThreadLocalWrapper()
2898 llvm::Function *Wrapper = VDAndWrapper.second; in EmitThreadLocalInitFuncs() local
3034 if (Val->getType() != Wrapper->getReturnType()) in EmitThreadLocalInitFuncs()
3036 Val, Wrapper->getReturnType(), ""); in EmitThreadLocalInitFuncs()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp279 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
281 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp341 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
343 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp363 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
365 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/freebsd-13.1/contrib/openbsm/config/
H A Dylwrap45 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/
H A Dsetup.py.in23 description="Wrapper for libzfs_core",
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1405 return new ActionResultHolder(Wrapper(func_mocker->PerformDefaultAction( in PerformDefaultAction()
1416 Wrapper(action.Perform(internal::move(args)))); in PerformAction()
1420 typedef ReferenceOrValueWrapper<T> Wrapper; typedef
1422 explicit ActionResultHolder(Wrapper result) in ActionResultHolder()
1426 Wrapper result_;
/freebsd-13.1/sys/contrib/device-tree/Bindings/pci/
H A Dti,j721e-pci-ep.yaml8 title: TI J721E PCI EP (PCIe Wrapper)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h30 Wrapper, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp429 case M68kISD::Wrapper: in matchAddressRecursively()
582 if (N.getOpcode() == M68kISD::Wrapper) { in matchWrapper()
706 case M68kISD::Wrapper: in isAddressBase()
/freebsd-13.1/contrib/openpam/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.

1234