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

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 62 unsigned FuncSize = 0;
73 FuncSize += BlockSize;
79 if (FuncSize < (1 << 9)) {
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 72 unsigned FuncSize = 0;
83 FuncSize += BlockSize;
89 if (FuncSize < (1 << 15)) {
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 188 size_t FuncSize) {
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);

Completed in 2701 milliseconds