Searched defs:isLocList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h216 isLocList, enumerator in enum:llvm::DIEValue::Type
564 DIELocList(size_t I) : DIEValue(isLocList), Index(I) {}
578 static bool classof(const DIEValue *E) { return E->getType() == isLocList; }

Completed in 177 milliseconds