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

/external/llvm/lib/IR/
H A DDebugInfo.cpp282 /// isCompileUnit - Return true if the specified tag is DW_TAG_compile_unit.
283 bool DIDescriptor::isCompileUnit() const { function in class:DIDescriptor
383 if (!isCompileUnit())
772 assert((isFile() || isCompileUnit()) && "Unhandled type of scope.");
785 isCompileUnit()) &&
1081 if (Scope.isCompileUnit()) {
1238 } else if (this->isCompileUnit()) {

Completed in 185 milliseconds