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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 145 bool isArtificial() const {
146 if (Var->isArtificial())
148 if (getType()->isArtificial())
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 214 /// isArtificial - Test if this is an Order dependence that is marked
216 bool isArtificial() const {
656 return getSDep().isArtificial();
  /frameworks/compile/slang/
slang_rs_export_type.h 554 bool IsArtificial,
559 mIsArtificial(IsArtificial),
578 inline bool isArtificial() const { return mIsArtificial; }
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 572 bool isArtificial() const { return getFlags() & FlagArtificial; }
    [all...]

Completed in 363 milliseconds