Searched refs:Wrapper (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in class:__anon1879::OProfileJITEventListener
46 : Wrapper(std::move(LibraryWrapper)) {
59 if (!Wrapper->op_open_agent()) {
69 if (Wrapper->isAgentAvailable()) {
70 if (Wrapper->op_close_agent() == -1) {
83 if (!Wrapper->isAgentAvailable()) {
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries,
143 if (Wrapper->isAgentAvailable()) {
162 if (Wrapper
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp121 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, local
123 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper);
128 Function::arg_iterator AI = Wrapper->arg_begin();
129 Function::arg_iterator AE = Wrapper->arg_end();
210 Wrapper->eraseFromParent();
211 Wrapper = Function::Create(Ty, Function::PrivateLinkage,
213 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper);
215 Wrapper->setName(F->getName() + "_bitcast_invalid");
219 Wrapper->eraseFromParent();
223 return Wrapper;
292 Function *Wrapper = Pair.first->second; local
[all...]
H A DWebAssemblyISelLowering.cpp813 Callee = DAG.getNode(WebAssemblyISD::Wrapper, DL,
1133 DAG.getNode(WebAssemblyISD::Wrapper, DL, PtrVT,
1147 return DAG.getNode(WebAssemblyISD::Wrapper, DL, VT,
1160 return DAG.getNode(WebAssemblyISD::Wrapper, DL, VT,
1166 // There's no need for a Wrapper node because we always incorporate a jump
1243 return DAG.getNode(WebAssemblyISD::Wrapper, DL, VT,
1255 SDValue SymNode = DAG.getNode(WebAssemblyISD::Wrapper, DL, PtrVT,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h219 GISelCSEAnalysisWrapper Wrapper; member in class:llvm::GISelCSEAnalysisWrapperPass
227 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; }
228 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; }
233 Wrapper.releaseMemory();
234 Wrapper.setComputed(false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in class:__anon2219::IntelJITEventListener
53 Wrapper.reset(libraryWrapper);
77 IntelJITEventsWrapper& Wrapper,
84 Result.method_id = Wrapper.iJIT_GetNewMethodID();
160 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size);
193 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED,
229 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START,
76 FunctionDescToIntelJITFormat( IntelJITEventsWrapper& Wrapper, const char* FnName, uintptr_t FnStart, size_t FnSize) argument
/freebsd-11-stable/crypto/heimdal/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h30 Wrapper,
H A DBPFISelLowering.cpp543 case BPFISD::Wrapper:
544 return "BPFISD::Wrapper";
560 return DAG.getNode(BPFISD::Wrapper, DL, MVT::i64, GA);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp273 StringRef Wrapper =
275 if (Wrapper == "distcc" || Wrapper == "gomacc" || Wrapper == "ccache") {
/freebsd-11-stable/contrib/binutils/
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-11-stable/contrib/openbsm/config/
H A Dylwrap45 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp285 GISelCSEAnalysisWrapper &Wrapper = local
298 CSEInfo = &Wrapper.get(TPC.getCSEConfig());
H A DCSEInfo.cpp385 Wrapper.setMF(MF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h52 // Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
54 Wrapper, enumerator in enum:llvm::LanaiISD::__anon2285
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h152 Wrapper,
395 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
414 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
431 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, local
433 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo);
H A DMips16ISelDAGToDAG.cpp112 if (Addr.getOpcode() == MipsISD::Wrapper) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2545 llvm::Function *Wrapper = local
2549 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker())
2550 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName()));
2552 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper); local
2555 if (!Wrapper->hasLocalLinkage())
2557 llvm::GlobalVariable::isLinkOnceLinkage(Wrapper->getLinkage()) ||
2558 llvm::GlobalVariable::isWeakODRLinkage(Wrapper->getLinkage()) ||
2560 Wrapper->setVisibility(llvm::GlobalValue::HiddenVisibility);
2563 Wrapper
2631 llvm::Function *Wrapper = VDAndWrapper.second; local
2742 llvm::Function *Wrapper = getOrCreateThreadLocalWrapper(VD, Val); local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-11-stable/contrib/openpam/
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-11-stable/contrib/file/
H A Dcompile2 # Wrapper for compilers which do not understand '-c -o'.
243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h45 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
47 Wrapper,
H A DMSP430ISelDAGToDAG.cpp132 /// MatchWrapper - Try to match MSP430ISD::Wrapper node into an addressing mode.
191 case MSP430ISD::Wrapper:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h26 Wrapper,

Completed in 167 milliseconds

12