/llvm-project/lldb/unittests/Utility/ |
H A D | UUIDTest.cpp | 80 EXPECT_EQ("40414243", UUID("@ABC", 4).GetAsString()); in TEST() 81 EXPECT_EQ("40414243-4445-4647", UUID("@ABCDEFG", 8).GetAsString()); in TEST() 83 UUID("@ABCDEFGHIJK", 12).GetAsString()); in TEST() 85 UUID("@ABCDEFGHIJKLMNO", 16).GetAsString()); in TEST() 87 UUID("@ABCDEFGHIJKLMNOPQRS", 20).GetAsString()); in TEST()
|
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 150 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() in LocateMacOSXFilesUsingDebugSymbols() [all...] |
/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 75 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()
|
/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 212 prog_str << uuid.GetAsString(); in LoadBinaryWithUUIDAndAddress() 225 prog_str << uuid.GetAsString(); in LoadBinaryWithUUIDAndAddress() 300 name.str().c_str(), uuid.GetAsString().c_str(), in LoadBinaryWithUUIDAndAddress() 309 name.str().c_str(), uuid.GetAsString().c_str()); in LoadBinaryWithUUIDAndAddress() 318 name.str().c_str(), uuid.GetAsString().c_str(), value); in LoadBinaryWithUUIDAndAddress() 336 s.Printf(" with UUID %s", uuid.GetAsString().c_str()); in ReadUnsignedIntWithSizeInBytes() 348 name.str().c_str(), uuid.GetAsString().c_str(),
|
/llvm-project/lldb/source/Utility/ |
H A D | UUID.cpp | 49 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() function in UUID 63 void UUID::Dump(Stream &s) const { s.PutCString(GetAsString()); }
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 235 OptionValueString *OptionValue::GetAsString() { in GetAsSInt64() 241 const OptionValueString *OptionValue::GetAsString() const { in GetAsString() 415 if (const OptionValueString *option_value = GetAsString()) in GetStringValue() 422 if (OptionValueString *option_value = GetAsString()) { in SetStringValue() 237 OptionValueString *OptionValue::GetAsString() { GetAsString() function in OptionValue 243 const OptionValueString *OptionValue::GetAsString() const { GetAsString() function in OptionValue
|
H A D | OptionValueUUID.cpp | 79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 489 uuid_str += memory_module_sp->GetUUID().GetAsString(); in CheckForKernelImageAtAddress() 680 m_uuid.GetAsString().c_str(), m_load_address, in ReadMemoryModule() 681 memory_module_sp->GetUUID().GetAsString().c_str()); in ReadMemoryModule() 740 s.Printf("Kernel UUID: %s\n", m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule() 767 prog_str << GetUUID().GetAsString() << " "; in LoadImageUsingMemoryModule() 854 m_name.c_str(), m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule() 1433 uuid = ku.second.GetAsString(); in ParseKextSummaries() 1507 LLDB_LOG(log, "uuid={0} name=\"{1}\" (UNLOADED)", m_uuid.GetAsString(), 1511 m_load_address, m_size, m_uuid.GetAsString(), m_name); in PutToLog()
|
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
H A D | SymbolVendorMacOSX.cpp | 168 std::string uuid_str = dsym_uuid.GetAsString(); in CreateInstance() 234 if (object && object->GetAsString()) { in CreateInstance()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 152 String *GetAsString() { in GetAsString() function 159 String *s = GetAsString(); 239 if (auto *string_value = item_sp->GetAsString()) in GetItemAtIndexAsString() 468 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString()
|
H A D | UUID.h | 71 std::string GetAsString(llvm::StringRef separator = "-") const;
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 393 image->GetValueForKey("pathname")->GetAsString()->GetValue(), in JSONImageInformationIntoImageInfo() 410 ->GetAsString() in JSONImageInformationIntoImageInfo() 439 ->GetAsString() in JSONImageInformationIntoImageInfo() 472 ConstString(seg->GetValueForKey("name")->GetAsString()->GetValue()); in JSONImageInformationIntoImageInfo() 506 image->GetValueForKey("uuid")->GetAsString()->GetValue()); in JSONImageInformationIntoImageInfo() 864 LLDB_LOG(log, "uuid={1} path='{2}' (UNLOADED)", uuid.GetAsString(), in GetStepThroughTrampolinePlan() 868 uuid.GetAsString(), file_spec.GetPath()); in GetStepThroughTrampolinePlan()
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueUUID.h | 33 return m_uuid.GetAsString(); in ToJSON()
|
H A D | OptionValue.h | 240 OptionValueString *GetAsString(); 241 const OptionValueString *GetAsString() const;
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | OperatingSystemPythonInterface.cpp | 82 return obj->GetAsString()->GetValue().str();
|
H A D | ScriptedThreadPythonInterface.cpp | 132 return obj->GetAsString()->GetValue().str(); in GetRegisterContext()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 497 ->GetAsString() in FormatDescription() 619 ->GetAsString() in GenerateSummary() 664 ->GetAsString() in GenerateSummary() 760 ->GetAsString() in GetLocationDescription()
|
/llvm-project/flang/lib/Semantics/ |
H A D | mod-file.h | 69 std::string GetAsString(const Symbol &);
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 261 uuid.GetAsString().c_str(), addr); in LoadBinaryViaLowmemUUID() 309 objfile_binary_uuid.GetAsString().c_str(), in LoadBinariesViaMetadata() 352 ident_uuid.GetAsString().c_str()); in LoadBinariesViaMetadata()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 232 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()
|
/llvm-project/lldb/unittests/Target/ |
H A D | ModuleCacheTest.cpp | 123 EXPECT_STREQ(module_uuid, module_sp->GetUUID().GetAsString().c_str()); in TryGetAndPut()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 148 ->GetAsString() in FormatDescription()
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | JSONUtils.h | 54 llvm::StringRef GetAsString(const llvm::json::Value &value);
|
/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
H A D | SymbolLocatorDefault.cpp | 175 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
|
/llvm-project/lldb/unittests/Signals/ |
H A D | UnixSignalsTest.cpp | 106 TEST(UnixSignalsTest, GetAsString) { in TEST() argument
|