Home
last modified time | relevance | path

Searched refs:isLocList (Results 1 – 2 of 2) sorted by relevance

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