Home | History | Annotate | Download | only in pp

Lines Matching defs:file

2  * @file opannotate.cpp
6 * @remark Read the file COPYING
101 << "Output annotated source file with samples" << '\n';
574 << in_comment << "Total samples for file : "
618 // symbols belonging to this file. This make more visible the
619 // problem of having less samples for a given file than the
620 // sum of all symbols samples for this file due to inlining
649 * alone as that needs the file to exist already.
651 * Let's not complain again if we couldn't find the file anyway.
661 cerr << "refusing to create file " << out_file
675 cerr << "unable to create file: "
682 cerr << "unable to open output file "
691 /* Locate a source file from debug info, which may be relative */
695 string file = origfile;
697 if (file.empty())
698 return file;
701 if (file[0] == '/') {
707 if (is_prefix(file, path)) {
708 file = file.substr(path.length());
718 string const absfile = op_realpath(*cit + "/" + file);
724 /* We didn't find a relocated absolute file, or a relative file,
859 // set the invocation, for the file headers later