Home
last modified time | relevance | path

Searched refs:DWARFContext (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h27 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()
DDWARFContext.h32 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 {
DDWARFDebugAranges.h19 class DWARFContext; variable
23 void generate(DWARFContext *CTX);
DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
DDWARFTypeUnit.h22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit()
DDWARFDebugInfoEntry.h24 class DWARFContext; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp74 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 …]
DDWARFUnit.cpp20 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()
DCMakeLists.txt6 DWARFContext.cpp
DAndroid.mk8 DWARFContext.cpp \
DDWARFDebugAranges.cpp38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp447 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()