Searched refs:compile_units (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp59 for (DICompileUnit CU : Finder.compile_units()) {
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp50 for (const auto &CU : CTX->compile_units()) {
H A DDWARFContext.h84 cu_iterator_range compile_units() { function in class:llvm::DWARFContext
H A DDWARFContext.cpp76 for (const auto &CU : compile_units())
127 for (const auto &CU : compile_units()) {
/external/lldb/scripts/Python/interface/
H A DSBSymbolContextList.i122 __swig_getmethods__["compile_units"] = get_compile_unit_array
123 if _newclass: compile_units = property(get_compile_unit_array, None, doc='''Returns a list() of lldb.SBCompileUnit objects, one for each compile unit in each SBSymbolContext object in this list.''')
H A DSBModule.i459 '''An accessor function that returns an array object that contains all compile_units in this module object.'''
475 __swig_getmethods__["compile_units"] = get_compile_units_array
476 if _newclass: compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a list() of lldb.SBCompileUnit objects contained in this module.''')
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp282 DICompileUnit CU(*Finder.compile_units().begin());
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp309 for (DICompileUnit DIC : F.compile_units()) {
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp318 auto Iter = Finder->compile_units().begin();
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp187 (MDNode*)*Finder.compile_units().begin() : nullptr);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp192 for (DICompileUnit CU : Finder.compile_units()) {
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp837 const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue(); local
840 const size_t num_compile_units = compile_units.GetSize();
898 module_sp->FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list);
919 target->GetImages().FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list);
/external/llvm/include/llvm/IR/
H A DDebugInfo.h900 iterator_range<compile_unit_iterator> compile_units() const { function in class:llvm::DebugInfoFinder
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1113 for (DICompileUnit DIUnit : DbgFinder.compile_units()) {
/external/llvm/lib/IR/
H A DVerifier.cpp2546 for (DICompileUnit CU : Finder.compile_units()) {

Completed in 1342 milliseconds