Searched defs:E_ConstantFP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h38 : Expression(Expr), EntryKind(E_ConstantFP) {
54 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator in enum:llvm::DebugLocEntry::Value::EntryType
69 bool isConstantFP() const { return EntryKind == E_ConstantFP; }
164 case DebugLocEntry::Value::E_ConstantFP:

Completed in 36 milliseconds