Home
last modified time | relevance | path

Searched refs:getStringTable (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSourceFile.cpp20 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName()
DPDBStringTable.cpp58 PDBStringTable::getStringTable() const { in getStringTable() function in PDBStringTable
DPDBFile.cpp368 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable() function in PDBFile
391 auto Strings = getStringTable(); in getInjectedSourceStream()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolVisitorDelegate.h28 virtual StringRef getStringTable() = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolVisitorDelegate.h29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolVisitorDelegate.h29 virtual DebugStringTableSubsectionRef getStringTable() = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h47 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
DPDBFile.h107 Expected<PDBStringTable &> getStringTable();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h47 const codeview::DebugStringTableSubsectionRef &getStringTable() const;
DPDBFile.h107 Expected<PDBStringTable &> getStringTable();
/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp110 auto ExpectedST = File.getStringTable(); in dumpStringTable()
239 auto ExpectedST = File.getStringTable(); in dumpDbiStream()
248 StringsAndChecksumsRef SC(ExpectedST->getStringTable(), in dumpDbiStream()
DInputFile.cpp171 auto StringTable = File->pdb().getStringTable(); in initializeForPdb()
173 SC.setStrings(StringTable->getStringTable()); in initializeForPdb()
/external/llvm/include/llvm/Object/
DELF.h84 ErrorOr<StringRef> getStringTable(const Elf_Shdr *Section) const;
373 ErrorOr<StringRef> StringTableOrErr = getStringTable(*StrTabSecOrErr); in ELFFile()
427 ELFFile<ELFT>::getStringTable(const Elf_Shdr *Section) const { in getStringTable() function
473 return getStringTable(*SectionOrErr); in getStringTableForSymtab()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DCompileUnitIndex.cpp147 PDBStringTable &strings = cantFail(m_index.pdb().getStringTable()); in GetOrCreateCompiland()
148 cci->m_strings.setStrings(strings.getStringTable()); in GetOrCreateCompiland()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp170 if (StringOffset >= Parent->getStringTable().size()) { in getName()
181 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName()
183 Parent->getStringTable()[End - 1] != '/') { in getName()
187 return Parent->getStringTable().slice(StringOffset, End - 1); in getName()
189 return Parent->getStringTable().begin() + StringOffset; in getName()
/external/llvm-project/llvm/lib/Object/
DArchive.cpp170 if (StringOffset >= Parent->getStringTable().size()) { in getName()
181 size_t End = Parent->getStringTable().find('\n', /*From=*/StringOffset); in getName()
183 Parent->getStringTable()[End - 1] != '/') { in getName()
187 return Parent->getStringTable().slice(StringOffset, End - 1); in getName()
189 return Parent->getStringTable().begin() + StringOffset; in getName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h129 getStringTable(const Elf_Shdr *Section,
495 return getStringTable(&Sections[Index], WarnHandler); in getSectionStringTable()
596 ELFFile<ELFT>::getStringTable(const Elf_Shdr *Section, in getStringTable() function
679 return getStringTable(*SectionOrErr); in getStringTableForSymtab()
DArchive.h263 StringRef getStringTable() const { return StringTable; } in getStringTable() function
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h120 Expected<NameHashTable &> getStringTable();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp58 PDBStringTable::getStringTable() const { in getStringTable() function in PDBStringTable
DPDBFile.cpp367 Expected<PDBStringTable &> PDBFile::getStringTable() { in getStringTable() function in PDBFile
390 auto Strings = getStringTable(); in getInjectedSourceStream()
DNativeSession.cpp200 auto Strings = Pdb->getStringTable(); in getInjectedSources()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h147 getStringTable(const Elf_Shdr &Section,
542 return getStringTable(Sections[Index], WarnHandler); in getSectionStringTable()
643 ELFFile<ELFT>::getStringTable(const Elf_Shdr &Section, in getStringTable() function
726 return getStringTable(**SectionOrErr); in getStringTableForSymtab()
DArchive.h263 StringRef getStringTable() const { return StringTable; } in getStringTable() function
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp276 auto StringTable = Obj.getStringTable(**StrTabSec); in createNormalizedSymbols()
474 auto StringTable = Obj.getStringTable(**StrTabSec); in graphifyRegularSymbols()

123