Searched refs:E_Location (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 46 : Expression(Expr), EntryKind(E_Location), Loc(Loc) { in Value() 54 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator 67 bool isLocation() const { return EntryKind == E_Location; } in isLocation() 163 case DebugLocEntry::Value::E_Location:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 47 : Expression(Expr), EntryKind(E_Location), Loc(Loc) { in Value() 55 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator 68 bool isLocation() const { return EntryKind == E_Location; } in isLocation() 166 case DebugLocEntry::Value::E_Location:
|