Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h35 : Expression(Expr), EntryKind(E_Integer) { in Value()
55 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator
69 bool isInt() const { return EntryKind == E_Integer; } in isInt()
168 case DebugLocEntry::Value::E_Integer: