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 110 getOrCreateMainFile());
249 /// getOrCreateMainFile - Get the file info for main compile unit.
250 llvm::DIFile CGDebugInfo::getOrCreateMainFile() {
375 getOrCreateMainFile(), 0);
389 getOrCreateMainFile(), 0);
396 DBuilder.createStructType(TheCU, "objc_object", getOrCreateMainFile(),
403 getOrCreateMainFile(), 0, Size,
417 "objc_selector", TheCU, getOrCreateMainFile(),
605 getOrCreateMainFile());
666 Name, TheCU, getOrCreateMainFile(),
    [all...]
CGDebugInfo.h 302 /// getOrCreateMainFile - Get the file info for main compile unit.
303 llvm::DIFile getOrCreateMainFile();

Completed in 30 milliseconds