HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateFile (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 78 getOrCreateFile(CurLoc));
84 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
219 /// getOrCreateFile - Get the file debug info descriptor for the input location.
220 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) {
566 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation());
786 llvm::DIFile file = getOrCreateFile(loc);
824 llvm::DIFile VUnit = getOrCreateFile(C.getLocation());
843 llvm::DIFile VUnit = getOrCreateFile(f->getLocation());
861 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation())
    [all...]
CGDebugInfo.h 298 /// getOrCreateFile - Get the file debug info descriptor for the input
300 llvm::DIFile getOrCreateFile(SourceLocation Loc);
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 131 self.getOrCreateFile(destPath, onFileFound,
143 getOrCreateFile: function(path, successCallback, errorCallback) {

Completed in 346 milliseconds