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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 157 getOrCreateMainFile());
274 /// getOrCreateMainFile - Get the file info for main compile unit.
275 llvm::DIFile CGDebugInfo::getOrCreateMainFile() {
404 getOrCreateMainFile(), 0);
418 getOrCreateMainFile(), 0);
425 DBuilder.createStructType(TheCU, "objc_object", getOrCreateMainFile(),
429 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy)));
436 getOrCreateMainFile(), 0);
658 TheCU, getOrCreateMainFile(), 0);
    [all...]
CGDebugInfo.h 337 /// getOrCreateMainFile - Get the file info for main compile unit.
338 llvm::DIFile getOrCreateMainFile();

Completed in 960 milliseconds