Searched refs:get (Results 251 - 275 of 1195) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCF.cpp57 if (!descriptor.get() || !descriptor->IsValid())
88 if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExecutionCompleted)
121 if (!descriptor.get() || !descriptor->IsValid())
251 if (!descriptor.get() || !descriptor->IsValid())
282 if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExecutionCompleted)
H A DLibCxxMap.cpp97 return (rhs.m_entry_sp.get() == m_entry_sp.get());
241 SyntheticChildrenFrontEnd(*valobj_sp.get()),
317 if (iterated_sp.get() == NULL)
381 m_tree = m_backend.GetChildMemberWithName(ConstString("__tree_"), true).get();
384 m_root_node = m_tree->GetChildMemberWithName(ConstString("__begin_node_"), true).get();
H A DNSArray.cpp42 if (!descriptor.get() || !descriptor->IsValid())
93 SyntheticChildrenFrontEnd(*valobj_sp.get()),
202 SyntheticChildrenFrontEnd (*valobj_sp.get()),
304 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get()));
306 if (!descriptor.get() || !descriptor->IsValid())
329 SyntheticChildrenFrontEnd(*valobj_sp.get())
H A DTypeCategory.cpp77 if (!filter_sp.get() && !synth.get())
79 else if (!filter_sp.get() && synth.get())
82 else if (filter_sp.get() && !synth.get())
85 else /*if (filter_sp.get() && synth.get())*/
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp95 if (reg_ctx_sp.get() == NULL)
113 // (which would be a no-op in frame 0 where we get it from the register set,
115 ABI *abi = process->GetABI().get();
131 if (pc_module_sp.get()
190 if (active_row.get() && log)
193 active_row->Dump(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr()));
198 if (!active_row.get())
235 if (!GetNextFrame().get() || !GetNextFrame()->IsValid())
249 UnwindLogMsg ("could not get pc value");
275 ABI *abi = process->GetABI().get();
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp332 *s << "Module = " << (void *)module_sp.get() << ' ';
383 && lhs.module_sp.get() == rhs.module_sp.get()
385 && lhs.target_sp.get() == rhs.target_sp.get()
394 || lhs.module_sp.get() != rhs.module_sp.get()
396 || lhs.target_sp.get() != rhs.target_sp.get()
463 // In order to get th
[all...]
H A DBlock.cpp65 if (m_inlineInfoSP.get() != NULL)
94 if (m_inlineInfoSP.get() != NULL)
121 if (m_variable_list_sp.get())
444 if (m_inlineInfoSP.get())
446 if (m_variable_list_sp.get())
475 if (m_variable_list_sp.get() == NULL && can_create)
494 VariableList *block_var_list = GetBlockVariableList (can_create).get();
506 Block *child_block = pos->get();
533 if (variable_list_sp.get())
536 variable_list->AddVariables(variable_list_sp.get());
[all...]
H A DVariableList.cpp96 if (pos->get() == var_sp.get())
167 if ((*pos).get() == variable)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp359 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
426 internal).get();
431 bp = target->CreateBreakpoint (m_options.m_load_addr, false).get();
446 internal).get();
467 internal).get();
499 bp = target->CreateSourceRegexBreakpoint (&(m_options.m_modules), &(m_options.m_filenames), regexp).get();
504 bp = target->CreateExceptionBreakpoint (m_options.m_language, m_options.m_catch_bp, m_options.m_throw_bp).get();
540 // Don't print out this warning for exception breakpoints. They can get set before the target
902 Target *target = m_interpreter.GetDebugger().GetSelectedTarget().get();
926 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get();
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp43 return llvm::ConstantPointerNull::get(cast<llvm::PointerType>(type));
131 EmitStoreThroughLValue(RValue::get(value), LV, true);
143 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true);
152 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true);
165 Args.add(RValue::get(Objects), ArgQT);
169 Args.add(RValue::get(Keys), ArgQT);
174 llvm::ConstantInt::get(CGM.getTypes().ConvertType(ArgQT), NumElements);
175 Args.add(RValue::get(Count), ArgQT);
245 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(),
299 // implementation vary between runtimes. We can get th
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp296 const MCInstrDesc &II = TII.get(MachineInstOpcode);
306 const MCInstrDesc &II = TII.get(MachineInstOpcode);
315 TII.get(TargetOpcode::COPY), ResultReg)
326 const MCInstrDesc &II = TII.get(MachineInstOpcode);
337 TII.get(TargetOpcode::COPY), ResultReg)
349 const MCInstrDesc &II = TII.get(MachineInstOpcode);
362 TII.get(TargetOpcode::COPY), ResultReg)
373 const MCInstrDesc &II = TII.get(MachineInstOpcode);
384 TII.get(TargetOpcode::COPY), ResultReg)
395 const MCInstrDesc &II = TII.get(MachineInstOpcod
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp220 BuildMI(MBB, MI, DL, get(PPC::NOP));
404 BuildMI(&MBB, DL, get(PPC::B)).addMBB(TBB);
406 BuildMI(&MBB, DL, get(Cond[0].getImm() ?
410 BuildMI(&MBB, DL, get(PPC::BCC))
417 BuildMI(&MBB, DL, get(Cond[0].getImm() ?
421 BuildMI(&MBB, DL, get(PPC::BCC))
423 BuildMI(&MBB, DL, get(PPC::B)).addMBB(FBB);
517 BuildMI(MBB, MI, dl, get(TargetOpcode::COPY), FirstReg)
521 BuildMI(MBB, MI, dl, get(OpCode), DestReg)
546 const MCInstrDesc &MCID = get(Op
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp244 // If we get here, there are no calls to llvm.vastart in the function body,
252 FunctionType *NFTy = FunctionType::get(FTy->getReturnType(),
280 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
378 CS.setArgument(ArgNo, UndefValue::get(Arg->getType()));
744 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
765 AttributeSet::get(NRetTy->getContext(), AttributeSet::ReturnIndex,
778 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
798 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
808 AttributesVec.push_back(AttributeSet::get(
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp484 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
561 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
573 FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
575 PointerType::get(FTy, 0),
576 PointerType::get(FTy, 0)
578 FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
609 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
637 ConstantArray::get(EdgeTableTy, V),
648 FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
659 FunctionType *FTy = FunctionType::get(Typ
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DUse.h92 /// If implicit conversion to Value* doesn't work, the get() method returns
94 Value *get() const { return Val; } function in class:llvm::Use
155 return Val.get();
161 return Val.get();
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h206 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
211 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
223 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h261 /// but its name. Some functions are needed but didn't get Decls made
410 m_sym_ctx.target_sp.get();
433 if (!m_parser_vars.get())
475 if (!m_struct_vars.get())
/freebsd-10.0-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp138 if(M.get() != 0 && M->MaterializeAllPermanently(&ErrorMessage)) {
143 if (M.get() == 0) {
185 M->print(Out->os(), Annotator.get());
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchecksum-reps-table.c91 svn_fs_base__trail_debug(trail, "checksum-reps", "get");
92 db_err = bfd->checksum_reps->get(bfd->checksum_reps, trail->db_txn,
127 svn_fs_base__trail_debug(trail, "checksum-reps", "get");
128 db_err = bfd->checksum_reps->get(bfd->checksum_reps, trail->db_txn,
186 svn_fs_base__trail_debug(trail, "checksum-reps", "get");
189 bfd->checksum_reps->get(bfd->checksum_reps, trail->db_txn,
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dmain.c218 size_t resid, chunk, get; local
232 get = min(chunk, resid);
233 got = read(fd, buf, get);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DModule.cpp135 // it. This is nice because it allows most passes to get away with not handling
146 if (!New->isIntrinsic()) // Intrinsics get attrs set on construction
213 FunctionType::get(RetTy, ArgTys, false),
231 FunctionType::get(RetTy, ArgTys, false),
366 ConstantInt::get(Int32Ty, Behavior), MDString::get(Context, Key), Val
368 getOrInsertModuleFlagsMetadata()->addOperand(MDNode::get(Context, Ops));
373 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp149 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::ALLOCFRAME)).addImm(0);
152 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::CONST32_Int_Real),
154 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::SUB_rr),
159 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::ALLOCFRAME)).addImm(NumBytes);
197 BuildMI(MBB, MBBI_end, dl, TII.get(Hexagon::DEALLOC_RET_V4))
200 BuildMI(MBB, MBBI, dl, TII.get(Hexagon::DEALLOCFRAME)).addImm(NumBytes);
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp94 BuildMI(MBB, MI, DL, get(AMDGPU::S_MOV_B32), DestReg)
100 BuildMI(MBB, MI, DL, get(AMDGPU::S_MOV_B64), DestReg)
122 BuildMI(MBB, MI, DL, get(AMDGPU::V_MOV_B32_e32), DestReg)
161 get(Opcode), RI.getSubReg(DestReg, SubIdx));
195 MI->setDesc(get(commuteOpcode(MI->getOpcode())));
202 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::V_MOV_B32_e32), DebugLoc());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp179 // If we get to this point, we're not going to use a previously set "next branch" breakpoint, so delete it:
195 // If not, give the "should_stop" callback a chance to push a plan to get us out of here.
217 if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get()))
223 if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get()))
262 if (m_avoid_regexp_ap.get() == NULL)
278 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get();
280 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_ap.get();
324 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dio.h144 /* Unix stdio files get aligned to block boundaries on fseek() */
181 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
183 0, (close), (read), (seek), (write), (open), (set), (get), (timeout),\
185 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout)
188 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f)
189 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
207 (f).f_getinfo = (get); \

Completed in 274 milliseconds

<<11121314151617181920>>