Home
last modified time | relevance | path

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

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