Home
last modified time | relevance | path

Searched defs:DebugInfo (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp94 struct DebugInfo { struct
95 DICompileUnit TheCU;
96 DIType DblTy;
97 std::vector<DIScope *> LexicalBlocks;
98 std::map<const PrototypeAST *, DIScope> FnScopeMap;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h305 CGDebugInfo* DebugInfo; variable