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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocalScope *getScopeNode() const { return Desc; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 171 const MDNode *getScopeNode() const { return Desc; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 302 if (!Scope->getScopeNode())
304 DIScope DS(Scope->getScopeNode());
376 if (!Scope || !Scope->getScopeNode())
399 DIScope DS(Scope->getScopeNode());
    [all...]

Completed in 434 milliseconds