Home
last modified time | relevance | path

Searched refs:getSourceFileName (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const in getSourceFileName() function in PDBSymbolCompiland
30 std::string Result = RawSymbol->getSourceFileName(); in getSourceFileName()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DSourceFile.java127 public final String getSourceFileName() { in getSourceFileName() method in SourceFile
139 return "SourceFile: " + getSourceFileName(); in toString()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp536 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
601 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
611 SrcModule->getSourceFileName())})); in importFunctions()
623 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
636 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
649 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
664 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
665 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland
42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland
42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DSource.java145 clsCov.getSourceFileName()); in load()
147 + clsCov.getSourceFileName()), srcCov); in load()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassAnalyzer.java149 public String getSourceFileName() {
150 return coverage.getSourceFileName();
DPackageCoverageImpl.java52 if (c.getSourceFileName() == null) { in PackageCoverageImpl()
DClassCoverageImpl.java137 public String getSourceFileName() { in getSourceFileName() method in ClassCoverageImpl
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DIFilterContext.java40 String getSourceFileName(); in getSourceFileName() method
DKotlinGeneratedFilter.java33 if (context.getSourceFileName() == null) { in filter()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DIClassCoverage.java76 String getSourceFileName(); in getSourceFileName() method
DCoverageBuilder.java109 final String source = coverage.getSourceFileName(); in visitCoverage()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1092 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1180 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1190 SrcModule->getSourceFileName())})); in importFunctions()
1202 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1216 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1227 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1234 SrcModule->getSourceFileName())})); in importFunctions()
1257 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1258 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1065 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1153 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1163 SrcModule->getSourceFileName())})); in importFunctions()
1175 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1189 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1200 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1207 SrcModule->getSourceFileName())})); in importFunctions()
1223 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1224 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompiland.h31 std::string getSourceFileName() const;
DPDBSymbolCompilandDetails.h46 FORWARD_SYMBOL_METHOD(getSourceFileName)
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompiland.h31 std::string getSourceFileName() const;
DPDBSymbolCompilandDetails.h46 FORWARD_SYMBOL_METHOD(getSourceFileName)
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompiland.h36 std::string getSourceFileName() const;
DPDBSymbolCompilandDetails.h51 FORWARD_SYMBOL_METHOD(getSourceFileName)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DFilterContextMock.java40 public String getSourceFileName() { in getSourceFileName() method in FilterContextMock
/external/llvm-project/llvm/lib/Transforms/Utils/
DUniqueInternalLinkageNames.cpp25 Md5.update(M.getSourceFileName()); in uniqueifyInternalLinkageNames()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DPackagePage.java72 .getSourceFilePage(c.getSourceFileName()); in renderClasses()
DClassPage.java96 final String sourceFileName = getNode().getSourceFileName(); in content()

1234