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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 128 /// void objc_allocWithZone(id);
129 llvm::FunctionCallee objc_allocWithZone;
CGObjC.cpp 393 // [Foo allocWithZone:nil] -> objc_allocWithZone(Foo) or
394 // [self allocWithZone:nil] -> objc_allocWithZone(self)
2727 /// call i8* \@objc_allocWithZone(i8* %value)
2731 CGM.getObjCEntrypoints().objc_allocWithZone,
2732 "objc_allocWithZone");

Completed in 23 milliseconds