Home
last modified time | relevance | path

Searched defs:getSourceFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp20 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile() function in LookupResult
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h637 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
656 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool