Searched refs:DebugInfo (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/lib/clang/libllvmdebuginfo/
H A DMakefile7 SRCDIR= lib/DebugInfo
/freebsd-10.0-release/lib/clang/libllvmcore/
H A DMakefile17 DebugInfo.cpp \
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp93 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo();
H A DDWARFDebugPubnames.cpp76 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo();
217 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo();
H A DSymbolFileDWARF.cpp329 DWARFDebugInfo* info = DebugInfo();
363 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_info.offset, NULL);
391 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_offset, NULL);
828 SymbolFileDWARF::DebugInfo() function in class:SymbolFileDWARF
846 SymbolFileDWARF::DebugInfo() const function in class:SymbolFileDWARF
854 DWARFDebugInfo* info = DebugInfo();
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx);
983 DWARFDebugInfo* info = DebugInfo();
993 DWARFDebugInfo* info = DebugInfo();
2242 DWARFDebugInfo* debug_info = DebugInfo();
[all...]
H A DSymbolFileDWARF.h219 DWARFDebugInfo* DebugInfo();
220 const DWARFDebugInfo* DebugInfo() const;
H A DDWARFDebugInfoEntry.cpp485 // const DWARFDebugInfoEntry* a_die = dwarf2Data->DebugInfo()->GetDIEPtr(a_die_offset, &a_cu_sp);
486 // const DWARFDebugInfoEntry* b_die = dwarf2Data->DebugInfo()->GetDIEPtr(b_die_offset, &b_cu_sp);
938 die = dwarf2Data->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr);
1274 die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(die_offset, &cu_sp_ptr);
1557 const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Reference(cu), &cu_sp_ptr);
1628 const DWARFDebugInfoEntry* die = const_cast<SymbolFileDWARF*>(dwarf2Data)->DebugInfo()->GetDIEPtr(form_value.Reference(cu), &cu_sp_ptr);
H A DDWARFCompileUnit.cpp806 const DWARFDebugInfoEntry *specification_die = m_dwarf2Data->DebugInfo()->GetDIEPtr (specification_die_offset, NULL);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h258 CGDebugInfo* DebugInfo; member in class:clang::CodeGen::CodeGenModule
491 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
H A DCodeGenModule.cpp79 DebugInfo(0), ARCData(0), NoObjCARCExceptionsMetadata(0),
127 DebugInfo = new CGDebugInfo(*this);
143 delete DebugInfo;
201 if (DebugInfo)
202 DebugInfo->finalize();
H A DCodeGenFunction.h1152 CGDebugInfo *DebugInfo; member in namespace:clang::CodeGen
1310 /// Returns true if DebugInfo is actually initialized.
1313 DebugInfo = CGM.getModuleDebugInfo();
1321 return DebugInfo;
H A DCodeGenFunction.cpp44 DebugInfo(0), DisableDebugInfo(false), CalleeWithThisReturn(0),

Completed in 218 milliseconds