Home
last modified time | relevance | path

Searched refs:GetCString (Results 1 – 25 of 156) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp43 SymbolMap::iterator si = m_symbol_map.find(name.GetCString()); in LookupSymbol()
64 m_symbol_map[jitted_function.m_name.GetCString()] = in RegisterExecutionUnit()
67 jitted_function.m_name.GetCString(), in RegisterExecutionUnit()
82 m_symbol_map[global_var.m_name.GetCString()] = global_var.m_remote_addr; in RegisterExecutionUnit()
84 global_var.m_name.GetCString(), global_var.m_remote_addr); in RegisterExecutionUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp77 PersistentDecl p = m_persistent_decls.lookup(type_name.GetCString()); in GetCompilerTypeFromPersistentDecl()
94 m_persistent_decls.insert(std::make_pair(name.GetCString(), p)); in RegisterPersistentDecl()
100 ConstString(enumerator_decl->getNameAsString()).GetCString(), p)); in RegisterPersistentDecl()
107 return m_persistent_decls.lookup(name.GetCString()).m_decl; in GetPersistentDecl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp106 return ConstString(m_opaque_ptr->m_url.c_str()).GetCString(); in GetURL()
153 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory()
209 return ConstString(m_opaque_ptr->m_shell.c_str()).GetCString(); in GetShell()
226 return ConstString(m_opaque_ptr->m_command.c_str()).GetCString(); in GetCommand()
243 return ConstString(m_opaque_ptr->m_working_dir.c_str()).GetCString(); in GetWorkingDirectory()
289 return ConstString(m_opaque_ptr->m_output.c_str()).GetCString(); in GetOutput()
419 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple()
434 return ConstString(s).GetCString(); in GetOSBuild()
449 return ConstString(s.c_str()).GetCString(); in GetOSDescription()
460 return ConstString(platform_sp->GetHostname()).GetCString(); in GetHostname()
H A DSBType.cpp383 return m_opaque_up->GetName().GetCString(); in GetName()
391 return m_opaque_up->GetMangledName().GetCString(); in GetMangledName()
627 return m_opaque_sp->GetName().GetCString(); in GetName()
635 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
829 return m_opaque_up->GetName().GetCString(); in GetName()
885 const char *name = m_opaque_up->GetName().GetCString(); in GetDescription()
950 return m_opaque_sp->GetName().GetCString(); in GetName()
965 return mangled.GetDemangledName().GetCString(); in GetDemangledName()
972 return m_opaque_sp->GetMangledName().GetCString(); in GetMangledName()
H A DSBTraceCursor.cpp88 return ConstString(m_opaque_sp->GetError()).GetCString(); in GetError()
106 return ConstString(m_opaque_sp->GetEventTypeAsString()).GetCString(); in GetEventTypeAsString()
H A DSBLaunchInfo.cpp152 .GetCString(); in GetArgumentAtIndex()
180 return ConstString(m_opaque_sp->GetEnvp()[idx]).GetCString(); in GetEnvironmentEntryAtIndex()
237 return ConstString(m_opaque_sp->GetProcessPluginName()).GetCString(); in GetProcessPluginName()
319 return ConstString(m_opaque_sp->GetLaunchEventData()).GetCString(); in GetLaunchEventData()
H A DSBStringList.cpp116 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex()
125 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex()
H A DSBProcessInfo.cpp63 return ConstString(m_opaque_up->GetName()).GetCString(); in GetName()
186 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple()
H A DSBTypeEnumMember.cpp60 return m_opaque_sp->GetName().GetCString(); in GetName()
177 strm.Printf(" %s", m_opaque_sp->GetName().GetCString()); in GetDescription()
H A DSBBreakpointName.cpp202 return ConstString(m_impl_up->GetName()).GetCString(); in GetName()
321 .GetCString(); in GetCondition()
430 .GetCString(); in GetThreadName()
458 .GetCString(); in GetQueueName()
502 return ConstString(bp_name->GetHelp()).GetCString(); in GetHelpString()
H A DSBTypeSynthetic.cpp81 return ConstString(m_opaque_sp->GetPythonCode()).GetCString(); in GetData()
83 return ConstString(m_opaque_sp->GetPythonClassName()).GetCString(); in GetData()
H A DSBEvent.cpp66 return ConstString(lldb_event->GetData()->GetFlavor()).GetCString(); in GetDataFlavor()
172 .GetCString(); in GetCStringFromEvent()
H A DSBError.cpp55 const char *SBError::GetCString() const { in GetCString() function in SBError
208 const char *err_string = GetCString(); in GetDescription()
H A DSBInstruction.cpp125 return ConstString(inst_sp->GetMnemonic(&exe_ctx)).GetCString(); in GetMnemonic()
144 return ConstString(inst_sp->GetOperands(&exe_ctx)).GetCString(); in GetOperands()
163 return ConstString(inst_sp->GetComment(&exe_ctx)).GetCString(); in GetComment()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
112 section->GetName().GetCString(), in SetSectionLoadAddress()
113 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
114 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
H A DPathMappingList.cpp174 m_pairs[index].first.GetCString(), in Dump()
175 m_pairs[index].second.GetCString()); in Dump()
178 s->Printf("%s -> %s", m_pairs[pair_index].first.GetCString(), in Dump()
179 m_pairs[pair_index].second.GetCString()); in Dump()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp197 *matching_category = m_name.GetCString(); in AnyMatches()
207 *matching_category = m_name.GetCString(); in AnyMatches()
217 *matching_category = m_name.GetCString(); in AnyMatches()
227 *matching_category = m_name.GetCString(); in AnyMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h85 m_collection[name.GetCString()].Append(entry); in Insert()
91 const char *unique_name_cstr = name.GetCString(); in Find()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp196 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
198 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
204 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h140 if (regex.Execute(pos->cstring.GetCString())) in GetValues()
230 auto lhsint = uintptr_t(lhs.GetCString()); in ThreeWay()
231 auto rhsint = uintptr_t(rhs.GetCString()); in ThreeWay()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp73 in_value.GetTypeName().GetCString(), symbol_name.str().c_str()); in GetTypeInfo()
127 type_sp->GetName().GetCString()); in GetTypeInfo()
143 type_sp->GetName().GetCString()); in GetTypeInfo()
159 type_sp->GetName().GetCString()); in GetTypeInfo()
384 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType()
445 demangled.GetCString()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp73 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString()
76 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp466 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress()
470 m_source_name.GetCString()); in PlanValidAtAddress()
489 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress()
494 m_source_name.GetCString()); in PlanValidAtAddress()
514 m_source_name.GetCString()); in Dump()
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBErrorExtensions.i12 description = property(GetCString, None, doc='''A read only property that returns the same result as GetCString().''')

1234567