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 265 /// getOrCreateMainFile - Get the file info for main compile unit.
266 llvm::DIFile getOrCreateMainFile();
CGDebugInfo.cpp 107 getOrCreateMainFile());
240 /// getOrCreateMainFile - Get the file info for main compile unit.
241 llvm::DIFile CGDebugInfo::getOrCreateMainFile() {
353 "objc_class", getOrCreateMainFile(),
364 "objc_class", getOrCreateMainFile(),
372 DBuilder.createMemberType(getOrCreateMainFile(), "isa",
373 getOrCreateMainFile(), 0, Size,
379 getOrCreateMainFile(),
385 "objc_selector", getOrCreateMainFile(),
539 getOrCreateMainFile());
    [all...]

Completed in 69 milliseconds