Home
last modified time | relevance | path

Searched refs:GetAsString (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp212 prog_str << uuid.GetAsString(); in LoadBinaryWithUUIDAndAddress()
225 prog_str << uuid.GetAsString(); in LoadBinaryWithUUIDAndAddress()
309 name.str().c_str(), uuid.GetAsString().c_str(), in LoadBinaryWithUUIDAndAddress()
318 name.str().c_str(), uuid.GetAsString().c_str()); in LoadBinaryWithUUIDAndAddress()
327 name.str().c_str(), uuid.GetAsString().c_str(), value); in LoadBinaryWithUUIDAndAddress()
345 s->Printf(" with UUID %s", uuid.GetAsString().c_str()); in LoadBinaryWithUUIDAndAddress()
357 name.str().c_str(), uuid.GetAsString().c_str(), in LoadBinaryWithUUIDAndAddress()
H A DTelemetry.cpp44 return llvm::formatv("{0}_{1}", uuid.GetAsString(), timestmap); in MakeUUID()
66 serializer.write("target_uuid", target_uuid.GetAsString()); in serialize()
92 serializer.write("uuid", uuid.GetAsString()); in serialize()
101 serializer.write("module_uuid", module_uuid.GetAsString()); in serialize()
H A DModuleList.cpp663 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths()
938 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
1020 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp150 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
172 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
180 CFCString uuid_cfstr(uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
198 uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
218 uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
231 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
592 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
614 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
622 CFCString uuid_cfstr(uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
640 uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp75 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory()
99 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
160 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock()
220 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get()
267 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get()
289 module_spec.GetUUID().GetAsString().c_str(), error.AsCString()); in GetAndPut()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp54 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() function in UUID
68 void UUID::Dump(Stream &s) const { s.PutCString(GetAsString()); } in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h152 String *GetAsString() { in GetAsString()
159 String *s = GetAsString();
239 if (auto *string_value = item_sp->GetAsString()) in GetItemAtIndexAsInteger()
468 if (auto string_value = value_sp->GetAsString()) { in GetValueForKey()
151 String *GetAsString() { GetAsString() function
H A DUUID.h71 std::string GetAsString(llvm::StringRef separator = "-") const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp235 OptionValueString *OptionValue::GetAsString() { in GetAsString() function in OptionValue
241 const OptionValueString *OptionValue::GetAsString() const { in GetAsString() function in OptionValue
415 if (const OptionValueString *option_value = GetAsString()) in GetStringValue()
422 if (OptionValueString *option_value = GetAsString()) { in SetStringValue()
H A DOptionValueUUID.cpp79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h33 return m_uuid.GetAsString(); in ToJSON()
H A DOptionValue.h232 OptionValueString *GetAsString();
233 const OptionValueString *GetAsString() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp82 return obj->GetAsString()->GetValue().str(); in GetRegisterContextForTID()
H A DScriptedThreadPythonInterface.cpp132 return obj->GetAsString()->GetValue().str(); in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp232 uuid_str += memory_module_sp->GetUUID().GetAsString(); in CheckForKernelImageAtAddress()
331 s->Printf("Kernel UUID: %s\n", m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule()
374 m_name.c_str(), m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp497 ->GetAsString() in FormatDescription()
619 ->GetAsString() in GenerateSummary()
664 ->GetAsString() in GenerateSummary()
760 ->GetAsString() in GetLocationDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp175 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp155 ->GetAsString() in FormatDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp176 ->GetAsString() in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp201 << R.ID.GetAsString(); in operator <<()
226 return OS << "INFO CODE_ID " << R.ID.GetAsString(); in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp285 JSONUINT64{load_addr}, module_sp->GetUUID().GetAsString()}); in BuildModulesSection()

12