Home
last modified time | relevance | path

Searched refs:source_files (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py47 def parse_source_files(self, source_files): argument
48 for source_file in source_files:
138 source_files = [f for f in os.listdir(self.getSourceDir())
143 parser.parse_source_files(source_files)
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp161 NumFileInfos += M->source_files().size(); in calculateNamesOffset()
207 FileCount = static_cast<uint16_t>(MI->source_files().size()); in generateFileInfoSubstream()
225 for (StringRef Name : MI->source_files()) { in generateFileInfoSubstream()
H A DDbiModuleList.cpp263 DbiModuleList::source_files(uint32_t Modi) const { in source_files() function in DbiModuleList
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h79 source_files(uint32_t Modi) const;
H A DDbiModuleDescriptorBuilder.h111 ArrayRef<std::string> source_files() const { return SourceFiles; } in source_files() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp427 FileSpecList *source_files = nullptr; in SetNotificationBreakpoint() local
433 .CreateBreakpoint(&dyld_filelist, source_files, in SetNotificationBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp182 for (llvm::StringRef file : modules.source_files(modi)) { in GetOrCreateCompiland()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp226 auto Files = Modules.source_files(I); in dumpDbiStream()
H A DDumpOutputStyle.cpp538 for (const auto &F : Modules.source_files(Modi)) { in dumpModuleFiles()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1887 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap() local
1888 if (!source_files) in BuildSupportFileIdToSupportFileIndexMap()
1892 while (auto file = source_files->getNext()) { in BuildSupportFileIdToSupportFileIndexMap()