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

  /external/llvm/include/llvm/Support/
DebugLoc.h 64 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
65 static DebugLoc getFromDILexicalBlock(MDNode *N);
  /external/llvm/lib/IR/
DebugLoc.cpp 125 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
126 DebugLoc DebugLoc::getFromDILexicalBlock(MDNode *N) {
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 164 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));

Completed in 177 milliseconds