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 121 switch (GetFunctionClass(F)) {
ObjCARC.h 190 InstructionClass GetFunctionClass(const Function *F);
200 return GetFunctionClass(F);
ObjCARCUtil.cpp 81 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
167 InstructionClass Class = GetFunctionClass(F);

Completed in 431 milliseconds