Searched refs:DWARFCompileUnit (Results 1 – 7 of 7) sorted by relevance
16 void DWARFCompileUnit::dump(raw_ostream &OS) { in dump()32 DWARFCompileUnit::~DWARFCompileUnit() { in ~DWARFCompileUnit()
424 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset()429 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()436 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress()461 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress()477 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange()520 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress()
4 DWARFCompileUnit.cpp
6 DWARFCompileUnit.cpp \
17 class DWARFCompileUnit : public DWARFUnit {19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit() function29 ~DWARFCompileUnit() override;
42 DWARFUnitSection<DWARFCompileUnit> CUs;53 DWARFUnitSection<DWARFCompileUnit> DWOCUs;86 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range;139 DWARFCompileUnit *getCompileUnitAtIndex(unsigned index) { in getCompileUnitAtIndex()145 DWARFCompileUnit *getDWOCompileUnitAtIndex(unsigned index) { in getDWOCompileUnitAtIndex()225 DWARFCompileUnit *getCompileUnitForOffset(uint32_t Offset);229 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);
22 class DWARFCompileUnit; variable