| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 43 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 D | ClangPersistentVariables.cpp | 77 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 D | SBPlatform.cpp | 106 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 D | SBType.cpp | 383 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 D | SBTraceCursor.cpp | 88 return ConstString(m_opaque_sp->GetError()).GetCString(); in GetError() 106 return ConstString(m_opaque_sp->GetEventTypeAsString()).GetCString(); in GetEventTypeAsString()
|
| H A D | SBLaunchInfo.cpp | 152 .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 D | SBStringList.cpp | 116 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex() 125 return ConstString(m_opaque_up->GetStringAtIndex(idx)).GetCString(); in GetStringAtIndex()
|
| H A D | SBProcessInfo.cpp | 63 return ConstString(m_opaque_up->GetName()).GetCString(); in GetName() 186 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple()
|
| H A D | SBTypeEnumMember.cpp | 60 return m_opaque_sp->GetName().GetCString(); in GetName() 177 strm.Printf(" %s", m_opaque_sp->GetName().GetCString()); in GetDescription()
|
| H A D | SBBreakpointName.cpp | 202 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 D | SBTypeSynthetic.cpp | 81 return ConstString(m_opaque_sp->GetPythonCode()).GetCString(); in GetData() 83 return ConstString(m_opaque_sp->GetPythonClassName()).GetCString(); in GetData()
|
| H A D | SBEvent.cpp | 66 return ConstString(lldb_event->GetData()->GetFlavor()).GetCString(); in GetDataFlavor() 172 .GetCString(); in GetCStringFromEvent()
|
| H A D | SBError.cpp | 55 const char *SBError::GetCString() const { in GetCString() function in SBError 208 const char *err_string = GetCString(); in GetDescription()
|
| H A D | SBInstruction.cpp | 125 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 D | SectionLoadList.cpp | 111 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 D | PathMappingList.cpp | 174 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 D | TypeCategory.cpp | 197 *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 D | UniqueDWARFASTType.h | 85 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 D | SymbolLocatorDefault.cpp | 196 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 D | UniqueCStringMap.h | 140 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 D | ItaniumABILanguageRuntime.cpp | 73 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 D | OptionValueEnumeration.cpp | 73 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString() 76 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 466 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 D | LocateSymbolFile.cpp | |
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBErrorExtensions.i | 12 description = property(GetCString, None, doc='''A read only property that returns the same result as GetCString().''')
|