Home
last modified time | relevance | path

Searched refs:getSourceFilesForCompiland (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp91 auto SrcFiles = Session.getSourceFilesForCompiland(*this); in getSourceFileFullPath()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h60 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h59 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h72 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp91 auto SrcFiles = Session.getSourceFilesForCompiland(*this); in getSourceFileFullPath()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h74 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h74 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h80 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp134 std::unique_ptr<IPDBEnumSourceFiles> RawSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in RawSession
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h82 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h90 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp58 auto Files = Session.getSourceFilesForCompiland(Symbol); in start()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp175 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in NativeSession
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp58 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { in start()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp261 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp115 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland( in getSourceFilesForCompiland() function in __anonddbf8f8c0111::MockSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp340 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp340 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp319 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in NativeSession
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp365 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseSupportFiles()
1775 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseCompileUnitLineTable()
1872 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp141 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland( in getSourceFilesForCompiland() function in __anon3ef83b7a0111::MockSession