| /freebsd-9-stable/contrib/llvm/tools/bugpoint/ |
| D | BugDriver.cpp | 114 bool BugDriver::addSources(const std::vector<std::string> &Filenames) { in addSources() argument 116 assert(!Filenames.empty() && "Must specify at least on input filename!"); in addSources() 119 Program = ParseInputFile(Filenames[0], Context); in addSources() 122 outs() << "Read input file : '" << Filenames[0] << "'\n"; in addSources() 124 for (unsigned i = 1, e = Filenames.size(); i != e; ++i) { in addSources() 125 OwningPtr<Module> M(ParseInputFile(Filenames[i], Context)); in addSources() 128 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; in addSources() 132 errs() << ToolName << ": error linking in '" << Filenames[i] << "': " in addSources()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/ |
| D | OProfileJITEventListener.cpp | 85 const MachineFunction &MF, FilenameCache &Filenames, in LineStartToOProfileFormat() argument 90 Result.filename = Filenames.getFilename( in LineStartToOProfileFormat() 116 FilenameCache Filenames; in NotifyFunctionEmitted() local 133 line_info.filename = Filenames.getFilename(FirstLocScope); in NotifyFunctionEmitted() 141 *Details.MF, Filenames, I->Address, I->Loc)); in NotifyFunctionEmitted()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | EventListenerCommon.h | 31 DenseMap<AssertingVH<MDNode>, std::string> Filenames; variable 36 std::string &Filename = Filenames[Scope]; in getFilename()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 45 FilenameCache Filenames; member in __anond0093d1b0111::IntelJITEventListener 141 Filenames.getFullPath(FirstLocScope)); in NotifyFunctionEmitted() 166 Filenames.getFullPath(scope)); in NotifyFunctionEmitted()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | ObjCMT.cpp | 1734 std::vector<std::string> Filenames; in getWhiteListFilenames() local 1736 return Filenames; in getWhiteListFilenames() 1743 Filenames.push_back(filename(DI->path())); in getWhiteListFilenames() 1746 return Filenames; in getWhiteListFilenames()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | tcsh.man2html | 779 -s Filenames are shorter (max 8 + 3) but less descriptive.
|
| D | Fixes | 1604 18. Filenames containing # were spelled/expanded incorrectly.
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| D | ChangeLog | 112 * check_cvs.in: Filenames with funky characters need to be quoted
|
| /freebsd-9-stable/contrib/less/ |
| D | NEWS | 557 * Filenames from the command line are entered into the command history,
|
| D | less.man | 816 the quote character to that character. Filenames containing a 820 character. Filenames containing a space should then be preceded
|
| /freebsd-9-stable/contrib/cvs/doc/ |
| D | cvsclient.texi | 329 * Filenames:: Conventions regarding filenames 418 @node Filenames
|
| D | ChangeLog | 3179 (Goals, Filenames, File transmissions, new node Strings): Add 4316 * cvsclient.texi (Filenames): New node, documents / vs \, etc.
|
| D | cvs.texinfo | 877 @c @cindex Filenames, legal
|
| /freebsd-9-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-1 | 6565 * Filenames:: Filename extensions and languages. 6570 File: gdb.info, Node: Filenames, Next: Manually, Up: Setting 6608 File: gdb.info, Node: Manually, Next: Automatically, Prev: Filenames, Up: Setting
|
| D | gdb.texinfo | 7696 * Filenames:: Filename extensions and languages. 7701 @node Filenames
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | invoke-ntp.conf.texi | 1207 Filenames of set
|
| D | ntp.conf.def | 1274 Filenames of set
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | as.texinfo | 1429 @subheading Filenames and Line-numbers
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 20328 (c_common_handle_options): Filenames are passed as N_OPTS.
|