HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 26 std::string FileName;
31 /// Construct a parsed source location from a string; the Filename is empty on
42 PSL.FileName = LineSplit.first;
46 if (PSL.FileName == "-")
47 PSL.FileName = "<stdin>";
60 /// Source locations are of the form filename:line:column.
76 if (Val.FileName.empty()) {
78 << "source location must be of the form filename:line:column\n";
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef FileName,
73 StringRef FileName,
118 StringRef FileName = AllFiles[I]->getName();
119 if (FileName.startswith(SysRoot))
120 FileName = FileName.substr(SysRoot.size());
122 OS << DOT::EscapeString(FileName)
  /external/clang/test/CodeGen/
types.c 3 struct FileName {
4 struct FileName *next;
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 29 SmallString<16> FileName;
35 : FileName("<invalid>"), FunctionName("<invalid>"),
37 DILineInfo(const SmallString<16> &fileName,
40 : FileName(fileName), FunctionName(functionName),
43 const char *getFileName() { return FileName.c_str(); }
50 FileName.equals(RHS.FileName) &&
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 28 // Holds the filename of each Scope, so that we can pass a null-terminated
36 std::string &Filename = Filenames[Scope];
37 if (Filename.empty()) {
39 Filename = DIScope.getFilename();
41 return Filename.c_str();
49 StringRef FileName = DIScope.getFilename();
54 if (FileName != "") {
55 sys::path::append(FullPath, FileName);
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 88 int FileWrapperImpl::FileName(char* fileNameUTF8,
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 168 uint64_t FileIndex, bool NeedsAbsoluteFilePath, std::string &FileName) {
172 FileName))
174 if (NeedsAbsoluteFilePath && sys::path::is_relative(FileName)) {
180 sys::path::append(AbsolutePath, FileName);
181 FileName = AbsolutePath.str();
188 uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName,
199 NeedsAbsoluteFilePath, FileName))
211 std::string FileName = "<invalid>";
234 FileName, Line, Column);
236 return DILineInfo(StringRef(FileName), StringRef(FunctionName)
    [all...]
DWARFDebugLine.cpp 525 const char *FileName = Entry.Name;
527 sys::path::is_absolute(FileName)) {
528 Result = FileName;
539 sys::path::append(FilePath, FileName);
  /external/netperf/
netserver.c 174 char FileName[PATH_MAX]; /* for opening the debug log file */
175 strcpy(FileName, DEBUG_LOG_FILE);
179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
180 if ((where = fopen(FileName, "w")) == NULL) {
185 chmod(FileName,0644);
797 char FileName[PATH_MAX]; /* for opening the debug log file */
918 strcpy(FileName, DEBUG_LOG_FILE)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 159 static struct dsc$descriptor_s FileName =
192 Nam.nam$l_esa = EName; /* expanded filename */
194 Nam.nam$l_rsa = RName; /* resultant filename */
207 FileName.dsc$a_pointer = Nam.nam$l_name;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
223 &FibDesc, &FileName, 0, 0, &Atr, 0);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 58 StringRef FileName,
64 void WriteLineInfo(const char *Filename, int Line,
91 /// markers depending on what mode we're in, including the \p Filename and
94 void InclusionRewriter::WriteLineInfo(const char *Filename, int Line,
100 OS << "#line" << ' ' << Line << ' ' << '"' << Filename << '"';
104 OS << '#' << ' ' << Line << ' ' << '"' << Filename << '"';
153 StringRef /*FileName*/,
255 const char *FileName = FromFile.getBufferIdentifier();
262 WriteLineInfo(FileName, 1, FileType, EOL, " 1");
298 WriteLineInfo(FileName, Line, FileType, EOL, " 2")
    [all...]
  /external/compiler-rt/utils/llvm-symbolizer/
llvm-symbolizer.cpp 76 string FileName = LineInfo.getFileName();
77 LineInfo = DILineInfo(StringRef(FileName), StringRef(NewFunctionName),
249 // By default, DILineInfo contains "<invalid>" for function/filename it
268 string Filename = LineInfo.getFileName();
269 if (Filename == kDILineInfoBadString)
270 Filename = kSymbolizerBadString;
271 outs() << Filename <<
309 // FIXME: Handle case when filename is given in quotes.
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 219 StringRef FileName;
235 InclusionKind Kind, StringRef FileName,
242 StringRef getFileName() const { return FileName; }
598 StringRef FileName,
  /external/clang/include/clang/Serialization/
Module.h 75 std::string FileName;
  /external/clang/lib/Lex/
ModuleMap.cpp 1046 static bool isBuiltinHeader(StringRef FileName) {
1047 return llvm::StringSwitch<bool>(FileName)
1078 std::string FileName = Tok.getString();
1093 if (llvm::sys::path::is_absolute(FileName)) {
1094 PathName = FileName;
    [all...]
  /external/freetype/include/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]
  /external/jhead/
jhead.h 79 char FileName [PATH_MAX+1];
226 void MyGlob(const char * Pattern , void (*FileFuncParm)(const char * FileName));
231 int EnsurePathExists(const char * FileName);
238 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode);
244 int WriteJpegFile(const char * FileName);
  /external/clang/lib/Serialization/
ASTWriter.cpp 940 /// \brief Adjusts the given filename to only write out the portion of the
941 /// filename that is not part of the system root directory.
943 /// \param Filename the file name to adjust.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 98 free((char *)unsaved_files[i].Filename);
131 char *filename; local
180 filename = (char *)malloc(filename_len + 1);
181 memcpy(filename, arg_string, filename_len);
182 filename[filename_len] = 0;
183 unsaved->Filename = filename;
1723 char *filename = 0; local
1847 char *filename; member in struct:__anon6375
2105 CXString filename = clang_getFileName((CXFile)file); local
2112 CXString filename; local
2320 CXString filename; local
2602 char *filename = 0; local
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 358 uint8_t FileName[18];
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 908 milliseconds