HomeSort by: relevance | last modified time | path
    Searched defs:isArtificial (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h 200 bool isArtificial() const {
661 return getSDep().isArtificial();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 197 bool isArtificial() const {
198 if (getVariable()->isArtificial())
200 if (getType()->isArtificial())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 733 bool isArtificial() const { return getFlags() & FlagArtificial; }
1951 bool isArtificial() const { return getFlags() & FlagArtificial; }
3111 bool isArtificial() const { return getFlags() & FlagArtificial; }

Completed in 40 milliseconds