|
LLVM
4.0.0
|
An iterator for DICompileUnits that skips those marked NoDebug. More...
#include <Module.h>
Public Member Functions | |
| debug_compile_units_iterator (NamedMDNode *CUs, unsigned Idx) | |
| debug_compile_units_iterator & | operator++ () |
| debug_compile_units_iterator | operator++ (int) |
| bool | operator== (const debug_compile_units_iterator &I) const |
| bool | operator!= (const debug_compile_units_iterator &I) const |
| DICompileUnit * | operator* () const |
| DICompileUnit * | operator-> () const |
An iterator for DICompileUnits that skips those marked NoDebug.
|
inlineexplicit |
|
inline |
| DICompileUnit * Module::debug_compile_units_iterator::operator* | ( | ) | const |
Definition at line 386 of file Module.cpp.
References llvm::NamedMDNode::getOperand().
|
inline |
|
inline |
| DICompileUnit * Module::debug_compile_units_iterator::operator-> | ( | ) | const |
Definition at line 389 of file Module.cpp.
|
inline |
1.8.6