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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp 122 switch (GetFunctionClass(F)) {
ObjCARC.h 196 InstructionClass GetFunctionClass(const Function *F);
206 return GetFunctionClass(F);
ObjCARCUtil.cpp 83 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
180 InstructionClass Class = GetFunctionClass(F);

Completed in 308 milliseconds