| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon1aa673440111::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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 112 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local 119 Function::arg_iterator AI = Wrapper->arg_begin(); in createWrapper() 120 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper() 201 Wrapper->eraseFromParent(); in createWrapper() 202 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() 206 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper() 210 Wrapper->eraseFromParent(); in createWrapper() 214 return Wrapper; in createWrapper() 275 Function *Wrapper = Pair.first->second; in runOnModule() local 276 if (!Wrapper) in runOnModule() [all …]
|
| H A D | WebAssemblyISD.def | 23 HANDLE_NODETYPE(Wrapper)
|
| H A D | WebAssemblyISelDAGToDAG.cpp | 259 if (i == 1 && Op->getOpcode() == WebAssemblyISD::Wrapper) { in Select() 347 if (Op.getOpcode() == WebAssemblyISD::Wrapper) in SelectAddrOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 49 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo() argument 50 : ModuleObject(NULL), WrapperRef(Wrapper){}; in IntelIttnotifyInfo() 124 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anonb2a762310111::IntelJITEventListener 137 Wrapper.reset(libraryWrapper); in IntelJITEventListener() 161 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument 168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat() 201 std::make_unique<IntelIttnotifyInfo>(*Wrapper); in notifyObjectLoaded() 211 Wrapper->iJitIttNotifyInfo(llvm::LoadBinaryModule, in notifyObjectLoaded() 323 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded() 343 Wrapper->iJitIttNotifyInfo( in notifyFreeingObject() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEInfo.h | 223 GISelCSEAnalysisWrapper Wrapper; variable 231 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; } in getCSEWrapper() 232 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; } in getCSEWrapper() 237 Wrapper.releaseMemory(); in releaseMemory() 238 Wrapper.setComputed(false); in releaseMemory()
|
| H A D | GISelChangeObserver.h | 134 RAIIMFObsDelInstaller(MachineFunction &MF, GISelObserverWrapper &Wrapper) in RAIIMFObsDelInstaller() argument 135 : DelI(MF, &Wrapper), ObsI(MF, Wrapper) {} in RAIIMFObsDelInstaller()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 270 StringRef Wrapper = in unwrapCommand() local 272 if (Wrapper == "distcc" || Wrapper == "gomacc" || Wrapper == "ccache" || in unwrapCommand() 273 Wrapper == "sccache") { in unwrapCommand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVPreLegalizerCombiner.cpp | 134 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local 136 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
|
| H A D | RISCVPostLegalizerCombiner.cpp | 147 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local 149 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | nxp,imx8-jpeg.yaml | 46 minItems: 2 # Wrapper and 1 slot 47 maxItems: 5 # Wrapper and 4 slots
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 151 Wrapper, enumerator 383 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal() 402 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal() 419 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local 421 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo); in getAddrGlobalLargeGOT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Legalizer.cpp | 318 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local 329 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction() 383 Wrapper.setComputed(false); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.ipp | 37 /// Wrapper around lua_newuserdata. 52 /// Wrapper around lua_touserdata.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,geni-se.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 17 Wrapper controller is modeled as a node with zero or more child nodes each
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 273 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local 275 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2874 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local 2878 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper() 2879 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper() 2884 if (!Wrapper->hasLocalLinkage()) in getOrCreateThreadLocalWrapper() 2892 Wrapper->setCallingConv(llvm::CallingConv::CXX_FAST_TLS); in getOrCreateThreadLocalWrapper() 2893 Wrapper->addFnAttr(llvm::Attribute::NoUnwind); in getOrCreateThreadLocalWrapper() 2896 ThreadWrappers.push_back({VD, Wrapper}); in getOrCreateThreadLocalWrapper() 2897 return Wrapper; in getOrCreateThreadLocalWrapper() 2961 llvm::Function *Wrapper = VDAndWrapper.second; in EmitThreadLocalInitFuncs() local 3109 llvm::CallInst *CallVal = CGF.Builder.CreateCall(Wrapper); in EmitThreadLocalVarDeclLValue() [all …]
|
| /freebsd-14.2/contrib/openbsm/config/ |
| H A D | ylwrap | 45 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /freebsd-14.2/release/packages/ |
| H A D | Makefile.package | 156 tcpd_COMMENT= TCP Wrapper utilities 157 tcpd_DESC= TCP Wrapper utilities
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ylwrap | 77 Wrapper for lex/yacc invocations, renaming files as desired.
|
| H A D | compile | 243 Wrapper for compilers which do not understand '-c -o'.
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/ |
| H A D | setup.py.in | 24 description="Wrapper for libzfs_core",
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-printers-test.cc | 251 class Wrapper { class 253 explicit Wrapper(T&& value) : value_(std::forward<T>(value)) {} in Wrapper() function in testing::__anonf7858aa00511::Wrapper 265 class UniversalPrinter<Wrapper<T>> { 267 static void Print(const Wrapper<T>& w, ::std::ostream* os) { in Print() 1774 std::pair<const Wrapper<std::string>, int> p(Wrapper<std::string>("abc"), 1);
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | compile | 243 Wrapper for compilers which do not understand '-c -o'.
|