Searched refs:DWARFContext (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 27 class DWARFContext; variable 41 void parse(DWARFContext &C, const DWARFSection &Section); 42 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection); 45 virtual void parseImpl(DWARFContext &Context, const DWARFSection &Section, 84 void parseImpl(DWARFContext &Context, const DWARFSection &Section, in parseImpl() 104 DWARFContext &Context; 129 std::unique_ptr<DWARFContext> DWOContext; 143 DWARFUnit(DWARFContext &Context, const DWARFSection &Section, 150 DWARFContext& getContext() const { return Context; } in getContext()
|
D | DWARFContext.h | 32 class DWARFContext : public DIContext { 47 DWARFContext(DWARFContext &) = delete; 48 DWARFContext &operator=(DWARFContext &) = delete; 67 DWARFContext() : DIContext(CK_DWARF) {} in DWARFContext() function 215 class DWARFContextInMemory : public DWARFContext {
|
D | DWARFDebugAranges.h | 19 class DWARFContext; variable 23 void generate(DWARFContext *CTX);
|
D | DWARFCompileUnit.h | 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit()
|
D | DWARFDebugInfoEntry.h | 24 class DWARFContext; variable
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 74 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { in dump() 251 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 262 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() 272 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc() 284 const DWARFDebugLocDWO *DWARFContext::getDebugLocDWO() { in getDebugLocDWO() 294 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() 303 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame() 324 DWARFContext::getLineTableForUnit(DWARFUnit *cu) { in getLineTableForUnit() 344 void DWARFContext::parseCompileUnits() { in parseCompileUnits() 348 void DWARFContext::parseTypeUnits() { in parseTypeUnits() [all …]
|
D | DWARFUnit.cpp | 20 void DWARFUnitSectionBase::parse(DWARFContext &C, const DWARFSection &Section) { in parse() 26 void DWARFUnitSectionBase::parseDWO(DWARFContext &C, in parseDWO() 33 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, in DWARFUnit() 75 bool VersionOK = DWARFContext::isSupportedVersion(Version); in extractImpl() 259 cast<DWARFContext>(DIContext::getDWARFContext(*DWOFile.getBinary()))); in DWOHolder()
|
D | CMakeLists.txt | 6 DWARFContext.cpp
|
D | Android.mk | 8 DWARFContext.cpp \
|
D | DWARFDebugAranges.cpp | 38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 447 void emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf); 718 DWARFContext &Dwarf) { in emitLocationsForUnit() 993 void startDebugObject(DWARFContext &, DebugMapObject &); 1165 void patchRangesForUnit(const CompileUnit &Unit, DWARFContext &Dwarf) const; 1174 void patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf); 1330 void DwarfLinker::startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) { in startDebugObject() 2197 DWARFContext &OrigDwarf) const { in patchRangesForUnit() 2287 DWARFContext &OrigDwarf) { in patchLineTableForUnit()
|