Home
last modified time | relevance | path

Searched defs:Filename (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm/lib/Support/
DToolOutputFile.cpp19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller()
37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC, in tool_output_file()
45 tool_output_file::tool_output_file(StringRef Filename, int FD) in tool_output_file()
DDataStream.cpp63 std::error_code OpenFile(const std::string &Filename) { in OpenFile()
77 DataStreamer *getDataFileStreamer(const std::string &Filename, in getDataFileStreamer()
DGraphWriter.cpp69 SmallString<128> Filename; in createGraphFilename() local
82 StringRef Filename, bool wait, in ExecGraphViewer()
137 std::string Filename = FilenameRef; in DisplayGraph() local
DMemoryBuffer.cpp164 MemoryBuffer::getFileOrSTDIN(const Twine &Filename, int64_t FileSize) { in getFileOrSTDIN()
246 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, in getFile()
258 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, in getFileAux()
329 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFileImpl()
407 MemoryBuffer::getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, in getOpenFile()
414 MemoryBuffer::getOpenFileSlice(int FD, const Twine &Filename, uint64_t MapSize, in getOpenFileSlice()
DPluginLoader.cpp26 void PluginLoader::operator=(const std::string &Filename) { in operator =()
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp22 BinaryHolder::GetMemoryBufferForFile(StringRef Filename) { in GetMemoryBufferForFile()
53 BinaryHolder::GetArchiveMemberBuffer(StringRef Filename) { in GetArchiveMemberBuffer()
77 BinaryHolder::MapArchiveAndGetMemberBuffer(StringRef Filename) { in MapArchiveAndGetMemberBuffer()
97 BinaryHolder::GetObjectFile(StringRef Filename) { in GetObjectFile()
DBinaryHolder.h79 ErrorOr<const ObjectFileType &> GetFileAs(StringRef Filename) { in GetFileAs()
/external/clang/lib/Frontend/
DDependencyFile.cpp53 StringRef Filename = FE->getName(); in FileChanged() local
109 void DependencyCollector::maybeAddDependency(StringRef Filename, bool FromModule, in maybeAddDependency()
117 static bool isSpecialFilename(StringRef Filename) { in isSpecialFilename()
124 bool DependencyCollector::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
228 bool DFGImpl::FileMatchesDepCriteria(const char *Filename, in FileMatchesDepCriteria()
255 StringRef Filename = FE->getName(); in FileChanged() local
287 void DFGImpl::AddFilename(StringRef Filename) { in AddFilename()
294 static void PrintFilename(raw_ostream &OS, StringRef Filename) { in PrintFilename()
374 bool DFGASTReaderListener::visitInputFile(llvm::StringRef Filename, in visitInputFile()
384 void DFGASTReaderListener::visitModuleFile(llvm::StringRef Filename) { in visitModuleFile()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp51 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
66 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
77 std::string RewriteFilename(const std::string &Filename, int &fd) override { in RewriteFilename()
88 StringRef Filename) { in BeginSourceFileAction()
/external/compiler-rt/lib/profile/
DInstrProfilingFile.c79 static void setFilename(const char *Filename, int OwnsFilename) { in setFilename()
88 const char *Filename; in truncateCurrentFile() local
106 const char *Filename = getenv("LLVM_PROFILE_FILE"); in setFilenameFromEnvironment() local
170 void __llvm_profile_set_filename(const char *Filename) { in __llvm_profile_set_filename()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp53 for (const auto &Filename : Inputs) { in mergeInstrProfile() local
79 for (const auto &Filename : Inputs) { in mergeSampleProfile() local
134 static int showInstrProfile(std::string Filename, bool ShowCounts, in showInstrProfile()
187 static int showSampleProfile(std::string Filename, bool ShowCounts, in showSampleProfile()
206 cl::opt<std::string> Filename(cl::Positional, cl::Required, in show_main() local
/external/bison/lib/
Ddosname.h30 # define FILE_SYSTEM_PREFIX_LEN(Filename) \ argument
37 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0 argument
/external/clang/lib/Basic/
DFileManager.cpp109 StringRef Filename, in getDirectoryFromFile()
216 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile()
323 FileManager::getVirtualFile(StringRef Filename, off_t Size, in getVirtualFile()
412 const char *Filename = Entry->getName(); in getBufferForFile() local
438 FileManager::getBufferForFile(StringRef Filename) { in getBufferForFile()
/external/clang/lib/Driver/
DInputInfo.h31 Filename, enumerator
37 const char *Filename; member
/external/llvm/bindings/go/llvm/
DSupportBindings.cpp19 void LLVMLoadLibraryPermanently2(const char *Filename, char **ErrMsg) { in LLVMLoadLibraryPermanently2()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp72 bool BugDriver::writeProgramToFile(const std::string &Filename, int FD, in writeProgramToFile()
78 bool BugDriver::writeProgramToFile(const std::string &Filename, in writeProgramToFile()
97 std::string Filename = OutputPrefix + "-" + ID + ".bc"; in EmitProgressBitcode() local
DFindBugs.cpp65 std::string Filename; in runManyPasses() local
/external/llvm/lib/IRReader/
DIRReader.cpp50 std::unique_ptr<Module> llvm::getLazyIRFileModule(StringRef Filename, in getLazyIRFileModule()
82 std::unique_ptr<Module> llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, in parseIRFile()
/external/llvm/include/llvm/Support/
DToolOutputFile.h33 std::string Filename; variable
DFileUtilities.h41 SmallString<128> Filename; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp29 Filename = Scope->getFilename(); in getFullFilepath() local
86 StringRef Filename = getFullFilepath(Scope); in maybeRecordLocation() local
143 StringRef Filename = FileNameRegistry.Filenames[I]; in endModule() local
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h68 std::string Filename = Name + "." + F.getName().str() + ".dot"; in runOnFunction() local
131 std::string Filename = Name + ".dot"; in runOnModule() local
/external/compiler-rt/lib/ubsan/
Dubsan_value.h46 const char *Filename; variable
52 SourceLocation(const char *Filename, unsigned Line, unsigned Column) in SourceLocation()
/external/llvm/lib/IR/
DGCOV.cpp478 LineConsumer(StringRef Filename) { in LineConsumer()
503 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) { in mangleCoveragePath()
536 std::string FileInfo::getCoveragePath(StringRef Filename, in getCoveragePath()
571 StringRef Filename = LI.first(); in print() local
788 const std::string &Filename = FC.first; in printFileCoverage() local
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp71 static void DumpInput(StringRef Filename) { in DumpInput()

123456