Searched refs:getFileName (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h257 StringRef getFileName() const { return FileName; } function in class:clang::InclusionDirective
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp335 return obj().getFileName();
H A Dllvm-pdbutil.cpp944 std::string File = stringOr(IS->getFileName(), "<null>");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h304 StringRef getFileName() const { return FileName; } function in class:llvm::DiagnosticInfoSampleProfile
334 const char *getFileName() const { return FileName; } function in class:llvm::DiagnosticInfoPGOProfile
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp130 file->getFileName() +
135 fatal(file->getFileName() +
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp510 reportError(Arc->getFileName(), Buf);
519 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp91 OS << ' ' << MachO->getFileName() << '\n';
328 StringRef Extension = sys::path::extension(DObj->getFileName());
1311 ? (DObj->getFileName() + ".dwp").toStringRef(DWPName)
1579 AddressSize(Obj.getBytesInAddress()), FileName(Obj.getFileName()),
1876 StringRef getFileName() const override { return FileName; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp50 G(std::make_unique<LinkGraph>(Obj.getFileName(), getPointerSize(Obj),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp370 FileSpec spec(file->getFileName(), FileSpec::Style::windows);
975 FileSpec spec(src_file->getFileName());
H A DPDBASTParser.cpp202 FileSpec spec(src_file_up->getFileName());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1235 StringRef getFileName() { return FileName; } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp542 StringRef getFileName() const { return FileName; } function in class:llvm::vfs::detail::InMemoryNode
896 llvm::sys::path::append(Path, I->second->getFileName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp385 StringRef FileName = Obj.getFileName();
H A DRuntimeDyldELF.cpp191 MemoryBuffer::getMemBufferCopy(Obj.getData(), Obj.getFileName());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp316 return getHeaderMap()->getFileName();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2358 Record.push_back(ID->getFileName().size());
2363 Buffer += ID->getFileName();

Completed in 180 milliseconds

123