Home
last modified time | relevance | path

Searched refs:GetCStr (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.cpp81 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
103 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
H A DDWARFDebugMacro.cpp77 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFDebugLine.cpp225 fileEntry.name = debug_line_data.GetCStr(&offset); in DumpStatementOpcodes()
497 s = debug_line_data.GetCStr(offset_ptr); in ParsePrologue()
505 const char *name = debug_line_data.GetCStr(offset_ptr); in ParsePrologue()
656 fileEntry.name = debug_line_data.GetCStr(offset_ptr); in ParseStatementTable()
H A DDWARFFormValue.cpp210 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
326 debug_info_data.GetCStr(offset_ptr); in SkipValue()
H A DDWARFDebugInfoEntry.cpp101 debug_info_data.GetCStr(&offset); in FastExtract()
283 debug_info_data.GetCStr(&offset); in Extract()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp69 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
90 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp65 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
94 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp65 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
88 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DDataExtractor.h316 const char *GetCStr(lldb::offset_t *offset_ptr) const;
340 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp523 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
686 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp263 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1341 data.GetCStr(&offset, llvm::alignTo(note.n_descsz, 4)); in RefineModuleDetailsFromNote()
1382 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1421 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1446 data.GetCStr(&Offset); in ParseARMAttributes()
1452 data.GetCStr(&Offset); in ParseARMAttributes()
1667 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp865 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
898 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp420 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBData.cpp335 value = m_opaque_sp->GetCStr(&offset); in GetString()