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

/external/llvm/include/llvm/
H A DDebugInfo.h346 /// DICompileUnit - A wrapper for a compile unit.
347 class DICompileUnit : public DIScope { class in namespace:llvm
351 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {} function in class:llvm::DICompileUnit
754 bool addCompileUnit(DICompileUnit CU);

Completed in 56 milliseconds