Searched defs:target (Results 251 - 275 of 775) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp149 UTF16* target = *targetStart; local
198 UTF32* target = *targetStart; local
252 UTF8* target = *targetStart; local
322 UTF8* target = *targetStart; local
546 UTF16* target = *targetStart; local
620 UTF32* target = *targetStart; local
[all...]
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c695 ata_atapi(device_t dev, int target) argument
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c209 ata_cmd_setmode(device_t dev, int target, int mode) argument
344 ata_sii_setmode(device_t dev, int target, int mode) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, argument
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { argument
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { argument
125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { argument
143 GetDebugFrameUnwindPlan(Target &target) argument
161 GetArmUnwindUnwindPlan(Target &target) argument
214 GetObjectFileAugmentedUnwindPlan(Target &target, Thread &thread) argument
245 GetEHFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
286 GetDebugFrameAugmentedUnwindPlan(Target &target, Thread &thread) argument
327 GetAssemblyUnwindPlan(Target &target, Thread &thread) argument
383 GetUnwindPlanAtNonCallSite(Target &target, Thread &thread) argument
434 GetUnwindPlanFastUnwind(Target &target, Thread &thread) argument
503 GetFirstNonPrologueInsn(Target &target) argument
521 GetUnwindAssemblyProfiler(Target &target) argument
530 GetLSDAAddress(Target &target) argument
546 GetPersonalityRoutinePtrAddress(Target &target) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp35 static CompilerType GetNSPathStore2Type(Target &target) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp68 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp236 DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, Target *target, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp215 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode(Target &target, argument
260 Attach(ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp281 TargetSP target = m_thread.CalculateTarget(); local
H A DExecutionContext.cpp262 void ExecutionContext::SetTargetPtr(Target *target) { argument
414 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) argument
502 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { argument
H A DLanguageRuntime.cpp87 CreateFromStructuredData( Target &target, const StructuredData::Dictionary &data_dict, Status &error) argument
247 CreateExceptionBreakpoint( Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp35 ASTResultSynthesizer(ASTConsumer *passthrough, bool top_level, Target &target) argument
H A DClangUserExpression.h54 ClangUserExpressionHelper(Target &target, bool top_level) argument
199 ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp290 Target &target = m_process->GetTarget(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp167 Target &target = m_process->GetTarget(); local
396 Target &target = m_process->GetTarget(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp206 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp122 Target &target = process_sp->GetTarget(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp82 Target &target = process_sp->GetTarget(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp108 auto target = MO.getImm(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp129 getRelativeOffset(llvm::IntegerType *offsetType, llvm::Constant *target) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp47 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) argument
136 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { argument
[all...]
H A DSBInstruction.cpp114 const char *SBInstruction::GetMnemonic(SBTarget target) { argument
134 const char *SBInstruction::GetOperands(SBTarget target) { argument
154 const char *SBInstruction::GetComment(SBTarget target) { argument
183 GetData(SBTarget target) argument
304 lldb_private::Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp168 Target *target = exe_ctx.GetTargetPtr(); local
397 Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp283 Target *target = exe_ctx.GetTargetPtr(); local
401 Target *target = &GetSelectedTarget(); variable
511 Target *target = &GetSelectedTarget(); variable
583 Target *target = &GetSelectedTarget(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp753 static MIPS<ELFT> target; local
[all...]

Completed in 124 milliseconds

<<11121314151617181920>>