|
LLVM
8.0.1
|
An iterator for DICompileUnits that skips those marked NoDebug. More...
#include "llvm/IR/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 |
Definition at line 757 of file Module.h.
References llvm::operator*().
| DICompileUnit * Module::debug_compile_units_iterator::operator* | ( | ) | const |
Definition at line 373 of file Module.cpp.
|
inline |
|
inline |
| DICompileUnit * Module::debug_compile_units_iterator::operator-> | ( | ) | const |
Definition at line 376 of file Module.cpp.
References llvm::DICompileUnit::NoDebug.
|
inline |
1.8.13