HomeSort by: relevance | last modified time | path
    Searched refs:getSourceFile (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
LookupResult.h 55 std::string getSourceFile(uint32_t Index) const;
  /src/external/bsd/elftosb/dist/common/
EvalContext.h 42 virtual SourceFile * getSourceFile(const std::string & name)=0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
LookupResult.cpp 19 std::string LookupResult::getSourceFile(uint32_t Index) const {
DwarfTransformer.cpp 552 gsymFilename = LR->getSourceFile(Idx);
  /src/external/bsd/elftosb/dist/elftosb2/
ConversionController.h 81 virtual SourceFile * getSourceFile(const std::string & name);
ElftosbAST.cpp 296 sourceFile = manager->getSourceFile(*sourceName);
531 sourceFile = manager->getSourceFile(*sourceName);
557 sourceFile = manager->getSourceFile(m_constantName);
ConversionController.cpp 75 SourceFile * ConversionController::getSourceFile(const std::string & name)
ElftosbAST.h 388 std::string * getSourceFile() { return m_sourceFile; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CodeCoverage.cpp 90 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
273 CodeCoverageTool::getSourceFile(StringRef SourceFile) {
303 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename());
352 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename());
371 auto SourceBuffer = getSourceFile(SourceFile);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 411 printItemIndex("SourceFile", Line.getSourceFile());
419 printItemIndex("SourceFile", Line.getSourceFile());
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 636 TypeIndex getSourceFile() const { return SourceFile; }
655 TypeIndex getSourceFile() const { return SourceFile; }

Completed in 21 milliseconds