Home
last modified time | relevance | path

Searched refs:DWARFCompileUnit (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp16 void DWARFCompileUnit::dump(raw_ostream &OS) { in dump()
32 DWARFCompileUnit::~DWARFCompileUnit() { in ~DWARFCompileUnit()
DDWARFContext.cpp424 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()
DCMakeLists.txt4 DWARFCompileUnit.cpp
DAndroid.mk6 DWARFCompileUnit.cpp \
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h17 class DWARFCompileUnit : public DWARFUnit {
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit() function
29 ~DWARFCompileUnit() override;
DDWARFContext.h42 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);
DDWARFDebugInfoEntry.h22 class DWARFCompileUnit; variable