HomeSort by relevance Sort by last modified time
    Searched refs:FileName (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 362 << D.second.FileName << ", line:" << D.second.Line << "\n";
476 std::string FileName = SectionIDStr.substr(0, ComaIdx);
482 Checker.getSectionAddr(FileName, SectionName, true);
656 for (auto &Filename : InputFileList) {
659 MemoryBuffer::getFileOrSTDIN(Filename);
  /external/clang/lib/Lex/
HeaderSearch.cpp 153 auto FileName = llvm::sys::path::filename(ModuleMapPath);
156 llvm::hash_combine(DirName.lower(), FileName.lower(),
242 /// getName - Return the directory or filename corresponding to this lookup
254 StringRef FileName, const DirectoryEntry *Dir, bool IsSystemHeaderDir,
258 const FileEntry *File = getFileMgr().getFile(FileName, /*OpenFile=*/true);
274 StringRef &Filename,
290 llvm::sys::path::append(TmpDir, Filename);
298 RelativePath->append(Filename.begin(), Filename.end())
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 140 /// The function is defined in module \c FileName.
143 StringRef FileName,
159 /// Given a PGO function name, remove the filename prefix and return
161 StringRef getFuncNameWithoutPrefix(StringRef PGOFuncName, StringRef FileName);
  /external/llvm/lib/MC/
MCContext.cpp 454 unsigned MCContext::getDwarfFile(StringRef Directory, StringRef FileName,
457 return Table.getFile(Directory, FileName, FileNumber);
MCObjectStreamer.cpp 303 StringRef FileName) {
309 Isa, Discriminator, FileName);
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 318 return trace_file_->FileName(file_name_utf8, FileWrapper::kMaxFileNameSize);
384 trace_file_->FileName(old_file_name, FileWrapper::kMaxFileNameSize);
  /external/clang/include/clang/Basic/
Module.h 134 std::string FileName;
421 /// \brief Add a top-level header filename associated with this module.
422 void addTopHeaderFilename(StringRef Filename) {
423 TopHeaderNames.push_back(Filename);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 223 unsigned getEmitFile(const char *Filename);
387 unsigned SDiagsWriter::getEmitFile(const char *FileName){
388 if (!FileName)
391 unsigned &entry = State->Files[FileName];
397 StringRef Name(FileName);
468 EmitRecordID(RECORD_FILENAME, "FileName", Stream, Record);
    [all...]
CompilerInstance.cpp 470 const std::string &Filename,
475 const FileEntry *Entry = PP.getFileManager().getFile(Filename);
478 << Filename;
492 Loc.FileName, Loc.Line, Loc.Column,
497 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName,
518 StringRef Filename,
523 if (EnableCodeCompletion(PP, Filename, Line, Column))
552 SmallString<128> NewOutFile(OF.Filename);
554 // If '-working-directory' was passed, the output filename should be
560 << OF.TempFilename << OF.Filename << ec.message()
    [all...]
PrintPreprocessedOutput.cpp 127 StringRef FileName, bool IsAngled,
316 StringRef FileName,
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 74 StringRef FileName) override {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 124 frame->info.file = internal_strdup(line_info.FileName);
  /external/freetype/include/freetype/
tttables.h 476 FT_Char FileName[6];
    [all...]
  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 97 WCHAR FileName[1];
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
tttables.h 476 FT_Char FileName[6];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 105 unsigned getOrCreateSourceID(StringRef FileName, StringRef DirName) override;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 159 SourceFileName = Lines.front().second.FileName;
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 126 if (!FileName.empty()) {
145 void DiagnosticInfoOptimizationBase::getLocation(StringRef *Filename,
150 *Filename = L->getFilename();
156 StringRef Filename("<unknown>");
160 getLocation(&Filename, &Line, &Column);
161 return (Filename + ":" + Twine(Line) + ":" + Twine(Column)).str();
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 34 $O\FileName.obj \
  /external/lzma/CPP/7zip/Bundles/SFXWin/
makefile 38 $O\FileName.obj \
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 476 FT_Char FileName[6];
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 476 FT_Char FileName[6];
    [all...]
  /system/tools/aidl/
aidl_language.cpp 220 bool Parser::ParseFile(const string& filename) {
222 unique_ptr<string> new_buffer = io_delegate_.GetFileContents(filename);
224 LOG(ERROR) << "Error while opening file for parsing: '" << filename << "'";
238 filename_ = filename;
268 imports_.emplace_back(new AidlImport(this->FileName(),
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 463 StringRef FileName) {
475 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
476 memcpy(FileName_cstr, FileName.data(), FileName.size());
480 FileName.size())));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 202 virtual HRESULT WINAPI AttachFile(VARIANT Source,VARIANT FileName,VARIANT EncodingMethod) = 0;
230 HRESULT (WINAPI *AttachFile)(INewMail *This,VARIANT Source,VARIANT FileName,VARIANT EncodingMethod);
260 #define INewMail_AttachFile(This,Source,FileName,EncodingMethod) (This)->lpVtbl->AttachFile(This,Source,FileName,EncodingMethod)
290 HRESULT WINAPI INewMail_AttachFile_Proxy(INewMail *This,VARIANT Source,VARIANT FileName,VARIANT EncodingMethod);
    [all...]

Completed in 6457 milliseconds

1 2 3 45 6 7 8