Home
last modified time | relevance | path

Searched defs:strtab (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp97 const StringTableReader &strtab) { in Decode()
H A DManualDWARFIndex.cpp512 StringTableReader strtab; in Decode() local
574 ConstStringTable strtab; in Encode() local
/llvm-project-15.0.7/lldb/source/Core/
H A DMangled.cpp425 const StringTableReader &strtab) { in Decode()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp1188 static void EncodeCStrMap(DataEncoder &encoder, ConstStringTable &strtab, in EncodeCStrMap()
1201 const StringTableReader &strtab, in DecodeCStrMap()
1251 ConstStringTable strtab; in Encode() local
1294 StringTableReader strtab; in Decode() local
H A DSymbol.cpp602 const StringTableReader &strtab) { in Decode()
/llvm-project-15.0.7/compiler-rt/lib/cfi/
H A Dcfi.cpp222 uptr strtab = 0, symtab = 0, strsz = 0; in find_cfi_check_in_dso() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp261 llvm::StringRef strtab((const char *)data.GetData(&offset, obj.size), in ParseObjects() local
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp900 const char *strtab, bool subsectionsViaSymbols) { in parseSymbols()
1103 const char *strtab = reinterpret_cast<const char *>(buf) + c->stroff; in parse() local
1149 const char *strtab = reinterpret_cast<const char *>(buf) + c->stroff; in parseLazy() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2340 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable() local
2571 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols() local
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp253 std::vector<char> strtab; member in __anon30533fc50111::Writer