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

  /external/llvm/include/llvm/
DebugInfo.h 43 class DILexicalBlock;
448 /// DILexicalBlock - This is a wrapper for a lexical block.
449 class DILexicalBlock : public DIScope {
451 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {}
470 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); }
745 /// processLexicalBlock - Process DILexicalBlock.
746 void processLexicalBlock(DILexicalBlock LB);
DIBuilder.h 46 class DILexicalBlock;
608 DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 44 DILexicalBlock(DbgNode).Verify() ||
573 bool DILexicalBlock::Verify() const {
706 return DILexicalBlock(DbgNode).getContext();
842 return getDISubprogram(DILexicalBlock(Scope).getContext());
959 DILexicalBlock LB(Scope);
971 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
974 return processLexicalBlock(DILexicalBlock(Context));
977 return processLexicalBlock(DILexicalBlock(DBF.getScope()));
    [all...]
DebugLoc.cpp 125 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
127 DILexicalBlock LexBlock(N);
DIBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 202 DILexicalBlock DB(N);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 134 milliseconds