HomeSort by relevance Sort by last modified time
    Searched full:syma (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/qtools/
coverage.cpp 40 const symbol_type *syma, *symb; local
43 syma = static_cast<symbol_type const *>(a);
45 calls1 = syma->numCalls;
50 int cmp = strcmp(syma->name, symb->name);
52 cmp = strcmp(syma->region->path, symb->region->path);
61 const symbol_type *syma, *symb; local
63 syma = static_cast<symbol_type const *>(a);
65 int cmp = strcmp(syma->region->path, symb->region->path);
67 cmp = strcmp(syma->name, symb->name);
profile_trace.cpp 26 const symbol_type *syma, *symb; local
29 syma = static_cast<symbol_type const *>(a);
31 elapsed1 = syma->elapsed;
36 return strcmp(syma->name, symb->name);
trace_reader.h 332 const stype *syma = static_cast<stype const *>(a); local
334 uint32_t addr1 = syma->addr;
344 if (syma->name[0] == '_' || symb->name[0] == '_') {
348 while (syma->name[aCount] == '_')
362 return strcmp(syma->name, symb->name);
    [all...]
  /external/llvm/include/llvm/MC/
MCValue.h 38 const MCSymbolRefExpr *SymA, *SymB;
43 const MCSymbolRefExpr *getSymA() const { return SymA; }
47 bool isAbsolute() const { return !SymA && !SymB; }
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
60 R.SymA = SymA;
68 R.SymA = 0;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 68 assert(Target.getSymA() && "SymA cannot be 0.");
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 234 assert(Target.getSymA() && "SymA cannot be 0");
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 651 const MCSymbolRefExpr *SymA = Target.getSymA();
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();

Completed in 658 milliseconds