Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h47 E_ConstantInt, enumerator
71 DbgValueLocEntry(const ConstantInt *CIP) : EntryKind(E_ConstantInt) { in DbgValueLocEntry()
84 bool isConstantInt() const { return EntryKind == E_ConstantInt; } in isConstantInt()
246 case DbgValueLocEntry::E_ConstantInt: