Searched defs:DebugInfo (Results 1 – 2 of 2) sorted by relevance
94 struct DebugInfo { struct95 DICompileUnit TheCU;96 DIType DblTy;97 std::vector<DIScope *> LexicalBlocks;98 std::map<const PrototypeAST *, DIScope> FnScopeMap;
305 CGDebugInfo* DebugInfo; variable