HomeSort by relevance Sort by last modified time
    Searched defs:InlinedAt (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 58 const DILocation *InlinedAt;
61 : Var(_var), InlinedAt(_inlinedAt) {}
64 return (Var == DV.Var) && (InlinedAt == DV.InlinedAt);
  /external/llvm/lib/IR/
LLVMContextImpl.h 236 Metadata *InlinedAt;
239 Metadata *InlinedAt)
240 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
244 InlinedAt(L->getRawInlinedAt()) {}
248 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
251 return hash_combine(Line, Column, Scope, InlinedAt);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 72 milliseconds