Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h47 E_ConstantInt, enumerator
71 DbgValueLocEntry(const ConstantInt *CIP) : EntryKind(E_ConstantInt) { in DbgValueLocEntry()
87 bool isConstantInt() const { return EntryKind == E_ConstantInt; } in isConstantInt()
269 case DbgValueLocEntry::E_ConstantInt: