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

12

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp38 std::unique_ptr<OProfileWrapper> Wrapper; member in class:__anon2579::OProfileJITEventListener
45 : Wrapper(std::move(LibraryWrapper)) {
58 if (!Wrapper->op_open_agent()) {
67 if (Wrapper->isAgentAvailable()) {
68 if (Wrapper->op_close_agent() == -1) {
81 if (!Wrapper->isAgentAvailable()) {
104 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
118 if (Wrapper->isAgentAvailable()) {
137 if (Wrapper->op_unload_native_code(Addr) == -1) {
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in class:__anon2573::IntelJITEventListener
53 Wrapper.reset(libraryWrapper);
77 IntelJITEventsWrapper& Wrapper,
84 Result.method_id = Wrapper.iJIT_GetNewMethodID();
134 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size);
166 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED,
202 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.0-release/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.0-release/contrib/ofed/libibcm/config/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-11.0-release/contrib/ofed/librdmacm/config/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-11.0-release/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.h31 Wrapper
H A DBPFISelLowering.cpp522 case BPFISD::Wrapper:
523 return "BPFISD::Wrapper";
534 return DAG.getNode(BPFISD::Wrapper, DL, MVT::i64, GA);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h102 Wrapper,
306 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
326 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
343 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, local
345 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo, false, false, false,
H A DMips16ISelDAGToDAG.cpp179 if (Addr.getOpcode() == MipsISD::Wrapper) {
/freebsd-11.0-release/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.0-release/contrib/openbsm/config/
H A Dylwrap45 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-11.0-release/contrib/binutils/
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h43 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
45 Wrapper,
H A DMSP430ISelLowering.cpp787 return DAG.getNode(MSP430ISD::Wrapper, SDLoc(Op), PtrVT, Result);
797 return DAG.getNode(MSP430ISD::Wrapper, dl, PtrVT, Result);
807 return DAG.getNode(MSP430ISD::Wrapper, dl, PtrVT, Result);
1099 return DAG.getNode(MSP430ISD::Wrapper, SDLoc(JT), PtrVT, Result);
1147 case MSP430ISD::Wrapper: return "MSP430ISD::Wrapper";
H A DMSP430ISelDAGToDAG.cpp132 /// MatchWrapper - Try to match MSP430ISD::Wrapper node into an addressing mode.
191 case MSP430ISD::Wrapper:
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2189 llvm::Function *Wrapper = local
2193 if (!Wrapper->hasLocalLinkage() && !(isThreadWrapperReplaceable(VD, CGM) &&
2194 !llvm::GlobalVariable::isLinkOnceLinkage(Wrapper->getLinkage()) &&
2195 !llvm::GlobalVariable::isWeakODRLinkage(Wrapper->getLinkage())))
2196 Wrapper->setVisibility(llvm::GlobalValue::HiddenVisibility);
2199 Wrapper->setCallingConv(llvm::CallingConv::CXX_FAST_TLS);
2200 Wrapper->addFnAttr(llvm::Attribute::NoUnwind);
2202 return Wrapper;
2272 llvm::Function *Wrapper = getOrCreateThreadLocalWrapper(VD, Var); local
2274 llvm::BasicBlock *Entry = llvm::BasicBlock::Create(Context, "", Wrapper);
2311 llvm::Function *Wrapper = getOrCreateThreadLocalWrapper(VD, Val); local
[all...]
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h389 /// \brief Wrapper base class for a wrapping matcher.
402 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
1543 struct Wrapper { struct in class:clang::ast_matchers::internal::MemoizedMatcher
1544 Wrapper() : M(Func()) {} function in struct:clang::ast_matchers::internal::MemoizedMatcher::Wrapper
1550 static llvm::ManagedStatic<Wrapper> Instance;
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h27 Wrapper,
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp581 WebAssemblyISD::Wrapper, DL, VT,
598 return DAG.getNode(WebAssemblyISD::Wrapper, DL, VT,
605 // There's no need for a Wrapper node because we always incorporate a jump
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h34 Wrapper, // Wrapper - A wrapper node for TargetConstantPool,
H A DARMISelLowering.cpp1102 case ARMISD::Wrapper: return "ARMISD::Wrapper";
1804 CPAddr = DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, CPAddr);
1819 CPAddr = DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, CPAddr);
1854 DAG.getNode(ARMISD::Wrapper, dl, PtrVt, Callee),
1878 CPAddr = DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, CPAddr);
2492 // their target counterpart wrapped in the ARMISD::Wrapper node. Suppose N is
2509 return DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, Res);
2536 CPAddr = DAG.getNode(ARMISD::Wrapper, DL, PtrVT, CPAddr);
2627 Argument = DAG.getNode(ARMISD::Wrapper, d
2801 unsigned Wrapper = local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp55 DyldELFObject(MemoryBufferRef Wrapper, std::error_code &ec);
77 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) argument
78 : ELFObjectFile<ELFT>(Wrapper, EC) {

Completed in 344 milliseconds

12