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

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 41 isGV, // The Target.GV field is valid.
91 Result.AddrType = isGV;
223 return AddrType == isGV;
  /external/llvm/lib/CodeGen/
ELF.h 47 isGV, // The Source.GV field is valid.
53 bool isGlobalValue() const { return SourceType == isGV; }
59 assert(SourceType == isGV && "This is not a global value");
78 Sym->SourceType = isGV;
123 Sym->SourceType = isGV;

Completed in 496 milliseconds