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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 325 /// getOrCreateMainFile - Get the file info for main compile unit.
326 llvm::DIFile getOrCreateMainFile();
CGDebugInfo.cpp 156 getOrCreateMainFile());
299 /// getOrCreateMainFile - Get the file info for main compile unit.
300 llvm::DIFile CGDebugInfo::getOrCreateMainFile() {
423 getOrCreateMainFile(), 0);
437 getOrCreateMainFile(), 0);
444 DBuilder.createStructType(TheCU, "objc_object", getOrCreateMainFile(),
448 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy)));
456 "objc_selector", TheCU, getOrCreateMainFile(),
647 getOrCreateMainFile());
688 TheCU, getOrCreateMainFile(), 0)
    [all...]

Completed in 36 milliseconds