Home
last modified time | relevance | path

Searched refs:isCompileUnit (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp273 bool DIDescriptor::isCompileUnit() const { in isCompileUnit() function in DIDescriptor
355 if (!isCompileUnit()) in Verify()
751 assert((isFile() || isCompileUnit()) && "Unhandled type of scope."); in getContext()
763 isCompileUnit()) && in getName()
1052 if (Scope.isCompileUnit()) { in processScope()
1201 } else if (this->isCompileUnit()) { in print()
H A DDIBuilder.cpp123 if (DIDescriptor(N).isCompileUnit()) in getNonCompileUnitScope()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp24 assert((D.isCompileUnit() || D.isFile() || D.isSubprogram() || in getFullFilepath()
H A DDwarfUnit.cpp831 if (!Context || Context.isCompileUnit() || Context.isFile() || in updateAcceleratorTables()
873 while (!Context.isCompileUnit()) { in getParentContextString()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h221 bool isCompileUnit() const;