Searched refs:Directory (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/usr.sbin/pkg_install/delete/
H A Ddelete.h31 extern char *Directory;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabase.h45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine) argument
46 : Directory(Directory.str()), CommandLine(CommandLine) {}
49 std::string Directory; member in struct:clang::tooling::CompileCommand
145 virtual CompilationDatabase *loadFromDirectory(StringRef Directory,
179 /// \param Directory The base directory used in the FixedCompilationDatabase.
182 Twine Directory = ".");
186 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
/freebsd-10-stable/usr.sbin/pkg_install/add/
H A Dextract.c141 Directory = (char *)home;
157 printf("extract: %s/%s\n", Directory, p->name);
162 snprintf(try, FILENAME_MAX, "%s/%s", Directory, p->name);
182 PUSHOUT(Directory);
193 if (last_chdir != Directory) {
195 PUSHOUT(Directory);
199 last_chdir = Directory;
202 PUSHOUT(Directory);
227 PUSHOUT(Directory);
233 Directory
[all...]
H A Dadd.h38 extern char *Directory;
H A Dmain.c47 char *Directory = NULL; variable
56 const char *directory; /* Directory it lives in */
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.h34 std::string Directory; member in class:llvm::DebugIR
49 /// Directory are empty, a temporary path will be generated.
51 llvm::StringRef Directory, llvm::StringRef Filename)
54 HideDebugMetadata(HideDebugMetadata), Directory(Directory),
69 /// Returns the concatenated Directory + Filename, without error checking
88 /// Returns true if either Directory or Filename is missing, false otherwise.
50 DebugIR(bool HideDebugIntrinsics, bool HideDebugMetadata, llvm::StringRef Directory, llvm::StringRef Filename) argument
H A DDebugIR.cpp139 /// - changes Filename/Directory to values provided on construction
155 /// Directory of debug metadata
160 StringRef Directory; member in class:__anon2741::DIUpdater
172 StringRef Directory = StringRef(), const Module *DisplayM = 0,
175 Finder(), Filename(Filename), Directory(Directory), FileNode(0),
294 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory,
301 FileNode = Builder.createFile(Filename, Directory);
455 /// Sets Filename/Directory from the Module identifier and returns true, or
457 bool getSourceInfoFromModule(const Module &M, std::string &Directory, argument
472 getSourceInfoFromDI(const Module &M, std::string &Directory, std::string &Filename) argument
611 createDebugIRPass(bool HideDebugIntrinsics, bool HideDebugMetadata, StringRef Directory, StringRef Filename) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp59 findCompilationDatabaseFromDirectory(StringRef Directory, argument
63 while (!Directory.empty()) {
67 CompilationDatabase::loadFromDirectory(Directory, LoadErrorMessage))
71 ErrorStream << "No compilation database found in " << Directory.str()
76 Directory = llvm::sys::path::parent_path(Directory);
86 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); local
88 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory,
283 Twine Directory) {
293 return new FixedCompilationDatabase(Directory, StrippedArg
281 loadFromCommandLine(int &Argc, const char **Argv, Twine Directory) argument
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) argument
[all...]
H A DJSONCompilationDatabase.cpp122 StringRef Directory, std::string &ErrorMessage) {
123 SmallString<1024> JSONDatabasePath(Directory);
255 llvm::yaml::ScalarNode *Directory = NULL; local
280 Directory = ValueString;
299 if (!Directory) {
309 Directory->getValue(DirectoryStorage));
316 CompileCommandRef(Directory, Command));
121 loadFromDirectory( StringRef Directory, std::string &ErrorMessage) argument
H A DTooling.cpp344 if (chdir(CompileCommands[I].second.Directory.c_str()))
346 CompileCommands[I].second.Directory + "\n!");
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCContext.cpp337 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, argument
358 if (Directory.empty()) {
362 Directory = sys::path::parent_path(FileName);
363 if (!Directory.empty())
368 // Find or make a entry in the MCDwarfDirs vector for this Directory.
371 if (Directory.empty()) {
377 if (Directory == MCDwarfDirs[DirIndex])
381 char *Buf = static_cast<char *>(Allocate(Directory.size()));
382 memcpy(Buf, Directory.data(), Directory
[all...]
H A DMCNullStreamer.cpp93 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
H A DMCAsmStreamer.cpp209 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
817 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
819 if (!UseDwarfDirectory && !Directory.empty()) {
823 SmallString<128> FullPathName = Directory;
830 if (!Directory.empty()) {
831 PrintQuotedString(Directory, OS);
839 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename,
H A DMCPureStreamer.cpp100 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, argument
H A DMCStreamer.cpp171 StringRef Directory,
173 return getContext().GetDwarfFile(Directory, Filename, FileNo, CUID) == 0;
170 EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename, unsigned CUID) argument
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h106 /// Filename and Directory are empty, a file name is generated based on existing
112 /// @param Directory Embed this directory in the debug information.
116 StringRef Directory = StringRef(),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp39 std::string Directory; member in class:__anon3643::HTMLDiagnostics
73 : Directory(prefix), createdDir(false), noDir(false), PP(pp) {
104 llvm::sys::fs::create_directories(Directory, existed)) {
106 << Directory << "': " << ec.message() << '\n';
252 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html");
256 llvm::errs() << "warning: could not create file in '" << Directory
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dposix1.exp16 Directory and filename parts of local variables
56 Directory and filename parts of local variables
102 Directory and filename parts of local variables
149 Directory and filename parts of local variables
H A Dposix1.mk72 "Directory and filename parts of local variables\n\
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp361 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDir())
380 if (CacheEntry.Directory == 0) {
389 CacheEntry.Directory = getFrameworkDir();
733 if (CacheLookup.getValue().Directory &&
740 if (CacheLookup.getValue().Directory == 0) {
749 CacheLookup.getValue().Directory = Dir;
H A DModuleMap.cpp843 const DirectoryEntry *Directory; member in class:clang::ModuleMapParser
894 const DirectoryEntry *Directory,
898 Directory(Directory), BuiltinIncludeDir(BuiltinIncludeDir),
1343 inferFrameworkLink(ActiveModule, Directory, SourceMgr.getFileManager());
1386 ModuleMapFileName += Directory->getName();
1501 PathName = Directory->getName();
1526 BuiltinIncludeDir && BuiltinIncludeDir != Directory &&
1611 PathName = Directory->getName();
1914 Map.InferredDirectories[Directory]
890 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const DirectoryEntry *Directory, const DirectoryEntry *BuiltinIncludeDir, bool IsSystem) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1434 for (StringRef Directory = Path; !Directory.empty();
1435 Directory = llvm::sys::path::parent_path(Directory)) {
1436 if (!llvm::sys::fs::is_directory(Directory))
1438 SmallString<128> ConfigFile(Directory);
1449 ConfigFile = Directory;
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DDIBuilder.cpp85 StringRef Directory) {
89 MDString::get(VMContext, Directory)
97 StringRef Directory,
119 createFilePathPair(VMContext, Filename, Directory),
203 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { argument
206 createFilePathPair(VMContext, Filename, Directory)
768 NULL, // Filename/Directory,
792 NULL, // Filename/Directory,
84 createFilePathPair(LLVMContext &VMContext, StringRef Filename, StringRef Directory) argument
96 createCompileUnit(unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName) argument
/freebsd-10-stable/share/mk/
H A Dbsd.doc.mk28 # SRCDIR Directory where source files live. [${.CURDIR}]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCContext.h297 unsigned GetDwarfFile(StringRef Directory, StringRef FileName,

Completed in 685 milliseconds

12