Home
last modified time | relevance | path

Searched refs:Filenames (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/bugpoint/
DBugDriver.cpp114 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 std::auto_ptr<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()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp79 const MachineFunction &MF, FilenameCache &Filenames, in LineStartToOProfileFormat() argument
84 Result.filename = Filenames.getFilename( in LineStartToOProfileFormat()
110 FilenameCache Filenames; in NotifyFunctionEmitted() local
127 line_info.filename = Filenames.getFilename(FirstLocScope); in NotifyFunctionEmitted()
135 *Details.MF, Filenames, I->Address, I->Loc)); in NotifyFunctionEmitted()
/external/llvm/lib/ExecutionEngine/
DEventListenerCommon.h31 DenseMap<AssertingVH<MDNode>, std::string> Filenames; variable
36 std::string &Filename = Filenames[Scope]; in getFilename()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp42 FilenameCache Filenames; member in __anon28be7ea30111::IntelJITEventListener
118 Filenames.getFullPath(FirstLocScope)); in NotifyFunctionEmitted()
143 Filenames.getFullPath(scope)); in NotifyFunctionEmitted()
/external/webkit/Source/WebKit/gtk/
DNEWS696 - Filenames suggested by the Download functionality now correctly
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1623972 [GTK] Filenames are converted to URLs during edit drags