HomeSort by relevance Sort by last modified time
    Searched refs:compile_units (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 59 for (DICompileUnit CU : Finder.compile_units()) {
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 50 for (const auto &CU : CTX->compile_units()) {
DWARFContext.h 84 cu_iterator_range compile_units() { function in class:llvm::DWARFContext
DWARFContext.cpp 76 for (const auto &CU : compile_units())
127 for (const auto &CU : compile_units()) {
  /external/lldb/scripts/Python/interface/
SBSymbolContextList.i 122 __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.''')
SBModule.i 459 '''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/
DebugIR.cpp 282 DICompileUnit CU(*Finder.compile_units().begin());
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 309 for (DICompileUnit DIC : F.compile_units()) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 318 auto Iter = Finder->compile_units().begin();
  /external/llvm/include/llvm/IR/
DebugInfo.h 900 iterator_range<compile_unit_iterator> compile_units() const { function in class:llvm::DebugInfoFinder
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 187 (MDNode*)*Finder.compile_units().begin() : nullptr);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 192 for (DICompileUnit CU : Finder.compile_units()) {
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 837 const FileSpecList &compile_units = m_option_compile_units.GetOptionValue().GetCurrentValue(); local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 120 milliseconds