Searched defs:strtab (Results 1 – 10 of 10) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.cpp | 98 const StringTableReader &strtab) { in Decode()
|
H A D | ManualDWARFIndex.cpp | 612 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Encode() local 550 StringTableReader strtab; Decode() local [all...] |
/llvm-project/lldb/source/Core/ |
H A D | Mangled.cpp | 444 Decode(const DataExtractor & data,lldb::offset_t * offset_ptr,const StringTableReader & strtab) Decode() argument [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 1201 static void EncodeCStrMap(DataEncoder &encoder, ConstStringTable &strtab, in EncodeCStrMap() argument 1214 const StringTableReader &strtab, in DecodeCStrMap() argument 1264 ConstStringTable strtab; in Encode() local 1307 StringTableReader strtab; Decode() local [all...] |
H A D | Symbol.cpp | 649 const StringTableReader &strtab) { in Decode() argument
|
/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 758 const char *strtab) { in parseNonSectionSymbol() argument 801 const char *strtab, bool subsectionsViaSymbols) { in parseSymbols() argument 1020 const char *strtab in parse() local 1067 const char *strtab = reinterpret_cast<const char *>(buf) + c->stroff; parseLazy() local [all...] |
/llvm-project/compiler-rt/lib/cfi/ |
H A D | cfi.cpp | 226 uptr strtab = 0, symtab = 0, strsz = 0; in find_cfi_check_in_dso() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 1438 StringTableSection *strtab = writeARMCmseImportLib() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2434 Section *strtab = section_list->FindSectionByID(strtab_id).get(); ParseSymbolTable() local 2665 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); ParseTrampolineSymbols() local [all...] |
/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 281 std::vector<char> strtab; global() member in __anonaec617080111::Writer [all...] |