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

  /external/llvm/include/llvm/IR/
DebugLoc.h 67 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
68 static DebugLoc getFromDILexicalBlock(MDNode *N);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 168 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
  /external/llvm/lib/IR/
DebugLoc.cpp 145 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
146 DebugLoc DebugLoc::getFromDILexicalBlock(MDNode *N) {

Completed in 193 milliseconds