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

  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 385 Elf_Rela REntry;
386 zero(REntry);
387 REntry.r_offset = Rel.Offset;
388 REntry.r_addend = Rel.Addend;
389 REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc));
390 OS.write((const char *)&REntry, sizeof(REntry));
392 Elf_Rel REntry;
393 zero(REntry);
394 REntry.r_offset = Rel.Offset
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 711 REntry = findInfo(BinOp->getRHS());
723 if (REntry != PropagationMap.end() && REntry->second.isVarTest()) {
724 RTest = REntry->second.getVarTest();
    [all...]

Completed in 122 milliseconds