Searched refs:SourceFile (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp19 : Session(PDBSession), SourceFile(DiaSourceFile) {}
23 HRESULT Result = SourceFile->get_fileName(&FileName16);
36 return (S_OK == SourceFile->get_uniqueId(&Id)) ? Id : 0;
41 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr);
45 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]);
53 HRESULT Result = SourceFile->get_checksumType(&Type);
61 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator);
/external/proguard/examples/
H A Dapplets.pro20 -renamesourcefileattribute SourceFile
21 -keepattributes SourceFile,LineNumberTable
H A Dapplications.pro24 -renamesourcefileattribute SourceFile
25 -keepattributes SourceFile,LineNumberTable
H A Dlibrary.pro23 -renamesourcefileattribute SourceFile
25 SourceFile,LineNumberTable,EnclosingMethod
H A Dservlets.pro21 -renamesourcefileattribute SourceFile
22 -keepattributes SourceFile,LineNumberTable
H A Dscala.pro30 -renamesourcefileattribute SourceFile
31 -keepattributes SourceFile,LineNumberTable
H A Dandroid.pro52 -renamesourcefileattribute SourceFile
53 -keepattributes SourceFile,LineNumberTable
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h32 CComPtr<IDiaSourceFile> SourceFile; member in class:llvm::DIASourceFile
/external/llvm/tools/llvm-cov/
H A Dgcov.cpp26 static void reportCoverage(StringRef SourceFile, StringRef ObjectDir, argument
33 CoverageFileStem = sys::path::parent_path(SourceFile);
34 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
37 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
84 FI.print(llvm::outs(), SourceFile, GCNO, GCDA); local
149 for (const auto &SourceFile : SourceFiles)
150 reportCoverage(SourceFile, ObjectDir, InputGCNO, InputGCDA, DumpGCOV,
H A DCodeCoverage.cpp55 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
68 createSourceFileView(StringRef SourceFile, CoverageMapping &Coverage);
104 CodeCoverageTool::getSourceFile(StringRef SourceFile) { argument
107 auto Loc = RemappedFilenames.find(SourceFile);
109 SourceFile = Loc->second;
112 if (sys::fs::equivalent(SourceFile, Files.first))
114 auto Buffer = MemoryBuffer::getFile(SourceFile);
116 error(EC.message(), SourceFile);
120 std::make_pair(SourceFile, std::move(Buffer.get())));
165 CodeCoverageTool::createSourceFileView(StringRef SourceFile, argument
450 << "warning: The file '" << SourceFile << "' isn't covered."; local
456 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":"; local
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp643 void SourceManager::overrideFileContents(const FileEntry *SourceFile, argument
646 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
652 getOverriddenFilesInfo().OverriddenFilesWithBuffer.insert(SourceFile);
655 void SourceManager::overrideFileContents(const FileEntry *SourceFile, argument
657 assert(SourceFile->getSize() == NewFile->getSize() &&
660 assert(FileInfos.count(SourceFile) == 0 &&
663 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile;
1578 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, argument
1581 assert(SourceFile && "Null source file!");
1584 FileID FirstFID = translateFile(SourceFile);
[all...]
/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h92 /// Looks for a compilation database in all parent paths of file 'SourceFile'
95 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp81 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, argument
83 SmallString<1024> AbsolutePath(getAbsolutePath(SourceFile));
91 SourceFile + "\"\n" + ErrorMessage).str();
/external/clang/include/clang/Basic/
H A DSourceManager.h763 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos, argument
767 IR = getOrCreateContentCache(SourceFile,
813 /// \param SourceFile the source file whose contents will be overridden.
820 void overrideFileContents(const FileEntry *SourceFile,
822 void overrideFileContents(const FileEntry *SourceFile, argument
824 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false);
829 /// \param SourceFile the source file which will be overridden.
833 void overrideFileContents(const FileEntry *SourceFile,
1403 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
1410 FileID translateFile(const FileEntry *SourceFile) cons
[all...]
/external/llvm/lib/ProfileData/
H A DCoverageMapping.cpp349 static SmallBitVector gatherFileIDs(StringRef SourceFile, argument
353 if (SourceFile == Function.Filenames[I])
358 static Optional<unsigned> findMainViewFileID(StringRef SourceFile, argument
361 SmallBitVector FilenameEquivalence = gatherFileIDs(SourceFile, Function);
/external/lldb/source/Symbol/
H A DSymbol.cpp387 ENUM_TO_CSTRING(SourceFile);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2754 milliseconds