Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h42 : Variable(Var), EntryKind(E_Location), Loc(Loc) { in Value()
49 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator
67 case E_Location:
79 bool isLocation() const { return EntryKind == E_Location; } in isLocation()