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

  /external/llvm/lib/IR/
DebugInfo.cpp 45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) {
61 DILexicalBlock(DbgNode).Verify() ||
558 bool DILexicalBlock::Verify() const {
665 return DILexicalBlock(DbgNode).getFilename();
683 return DILexicalBlock(DbgNode).getDirectory();
817 return getDISubprogram(DILexicalBlock(Scope).getContext());
886 processLexicalBlock(DILexicalBlock(S));
889 processLexicalBlock(DILexicalBlock(DBF.getScope()));
916 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
919 return processLexicalBlock(DILexicalBlock(Context))
    [all...]
DebugLoc.cpp 125 /// getFromDILexicalBlock - Translate the DILexicalBlock into a DebugLoc.
127 DILexicalBlock LexBlock(N);
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/
DebugInfo.h 42 class DILexicalBlock;
95 explicit DIDescriptor(const DILexicalBlock F);
613 /// DILexicalBlock - This is a wrapper for a lexical block.
614 class DILexicalBlock : public DIScope {
616 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {}
643 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); }
757 /// processLexicalBlock - Process DILexicalBlock.
758 void processLexicalBlock(DILexicalBlock LB);
DIBuilder.h 44 class DILexicalBlock;
556 DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 202 DILexicalBlock DB(N);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 54 milliseconds