HomeSort by: relevance | last modified time | path
    Searched defs:getFileName (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSourceFile.cpp 19 std::string NativeSourceFile::getFileName() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Binary.cpp 42 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SymbolRemappingReader.h 81 StringRef getFileName() const { return File; }
Error.h 1240 StringRef getFileName() { return FileName; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAInjectedSource.cpp 31 std::string DIAInjectedSource::getFileName() const {
DIASourceFile.cpp 23 std::string DIASourceFile::getFileName() const {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderMap.cpp 108 /// getFileName - Return the filename of the headermap.
109 StringRef HeaderMapImpl::getFileName() const {
176 llvm::dbgs() << "Header Map " << getFileName() << ":\n " << NumBuckets
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 75 std::string getFileName() const { return FileName; }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp 64 static StringRef getFileName(const FileEntry &FE) {
121 return json::Object{{"uri", fileNameToURI(getFileName(FE))}};
133 std::string FileURI = fileNameToURI(getFileName(FE));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFObject.h 30 virtual StringRef getFileName() const { llvm_unreachable("unimplemented"); }
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessingRecord.h 257 StringRef getFileName() const { return FileName; }
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 555 getFileName(const DebugStringTableSubsectionRef &Strings,
591 auto EF = getFileName(Strings, Checksums, L.NameIndex);
627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID);
635 auto ExpF2 = getFileName(Strings, Checksums, EF);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 307 StringRef getFileName() const { return FileName; }
337 const char *getFileName() const { return FileName; }
  /src/external/gpl3/binutils/dist/gprofng/src/
FileData.h 103 getFileName ()
  /src/external/gpl3/binutils.old/dist/gprofng/src/
FileData.h 103 getFileName ()
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 564 StringRef getFileName() const { return FileName; }
916 llvm::sys::path::append(Path, I->second->getFileName());

Completed in 40 milliseconds