Searched defs:isCompileUnit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DDebugInfo.cpp255 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
256 bool DIDescriptor::isCompileUnit() const { function in class:DIDescriptor
595 if (isCompileUnit())
615 if (isCompileUnit())
826 if (Scope.isCompileUnit())
861 if (S.isCompileUnit())
1001 } else if (this->isCompileUnit()) {

Completed in 217 milliseconds