Home | History | Annotate | Download | only in Analysis

Lines Matching defs:DICompileUnit

164   /// DICompileUnit - A wrapper for a compile unit.
165 class DICompileUnit : public DIScope {
167 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {}
212 DICompileUnit getCompileUnit() const{
214 return getFieldAs<DICompileUnit>(3);
250 DICompileUnit getCompileUnit() const{
253 return getFieldAs<DICompileUnit>(3);
464 DICompileUnit
467 return getFieldAs<DICompileUnit>(6);
577 DICompileUnit getCompileUnit() const{
580 return getFieldAs<DICompileUnit>(6);
624 DICompileUnit getCompileUnit() const{
627 return getFieldAs<DICompileUnit>(3);
737 DICompileUnit getCompileUnit() const{
740 return getFieldAs<DICompileUnit>(3);
814 bool addCompileUnit(DICompileUnit CU);