Home
last modified time | relevance | path

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

123

/llvm-project/lldb/unittests/Utility/
H A DUUIDTest.cpp80 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 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() in LocateMacOSXFilesUsingDebugSymbols()
[all...]
/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()
/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp212 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 DUUID.cpp49 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 DOptionValue.cpp235 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 DOptionValueUUID.cpp79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp489 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 DSymbolVendorMacOSX.cpp168 std::string uuid_str = dsym_uuid.GetAsString(); in CreateInstance()
234 if (object && object->GetAsString()) { in CreateInstance()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h152 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 DUUID.h71 std::string GetAsString(llvm::StringRef separator = "-") const;
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp393 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 DOptionValueUUID.h33 return m_uuid.GetAsString(); in ToJSON()
H A DOptionValue.h240 OptionValueString *GetAsString();
241 const OptionValueString *GetAsString() const;
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp82 return obj->GetAsString()->GetValue().str();
H A DScriptedThreadPythonInterface.cpp132 return obj->GetAsString()->GetValue().str(); in GetRegisterContext()
/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()
/llvm-project/flang/lib/Semantics/
H A Dmod-file.h69 std::string GetAsString(const Symbol &);
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp261 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 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()
/llvm-project/lldb/unittests/Target/
H A DModuleCacheTest.cpp123 EXPECT_STREQ(module_uuid, module_sp->GetUUID().GetAsString().c_str()); in TryGetAndPut()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp148 ->GetAsString() in FormatDescription()
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.h54 llvm::StringRef GetAsString(const llvm::json::Value &value);
/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp175 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
/llvm-project/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp106 TEST(UnixSignalsTest, GetAsString) { in TEST() argument

123