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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 144 bool isThumbFunction() const { return isThumb; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 1338 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) {
1373 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount);

Completed in 55 milliseconds