HomeSort by: relevance | last modified time | path
    Searched refs:objc_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 125 /// void objc_alloc(id);
126 llvm::FunctionCallee objc_alloc; member in struct:clang::CodeGen::ObjCEntrypoints
CGObjC.cpp 389 // [Foo alloc] -> objc_alloc(Foo) or
390 // [self alloc] -> objc_alloc(self)
521 /// caller side, as well as the optimized objc_alloc.
2718 /// call i8* \@objc_alloc(i8* %value)
2722 CGM.getObjCEntrypoints().objc_alloc,
2723 "objc_alloc");

Completed in 31 milliseconds