/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.h | 26 class DWARFContext : public DIContext { 34 DWARFContext(DWARFContext &); // = delete 35 DWARFContext &operator=(DWARFContext &); // = delete 40 DWARFContext(bool isLittleEndian) : IsLittleEndian(isLittleEndian) {} in DWARFContext() function 88 class DWARFContextInMemory : public DWARFContext { 101 : DWARFContext(isLittleEndian), in DWARFContextInMemory()
|
D | DWARFContext.cpp | 18 void DWARFContext::dump(raw_ostream &OS) { in dump() 57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 68 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() 82 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) { in getLineTableForCompileUnit() 102 void DWARFContext::parseCompileUnits() { in parseCompileUnits() 132 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t offset) { in getCompileUnitForOffset() 143 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t address) { in getLineInfoForAddress()
|
D | DWARFCompileUnit.h | 19 class DWARFContext; variable 23 DWARFContext &Context; 34 DWARFCompileUnit(DWARFContext &context) : Context(context) { in DWARFCompileUnit() 38 DWARFContext &getContext() const { return Context; } in getContext()
|
D | DWARFDebugAranges.h | 18 class DWARFContext; variable 67 bool generate(DWARFContext *ctx);
|
D | DWARFCompileUnit.cpp | 38 bool versionOK = DWARFContext::isSupportedVersion(Version); in extract() 68 bool versionOK = DWARFContext::isSupportedVersion(Version); in extract()
|
D | DWARFDebugInfoEntry.h | 20 class DWARFContext; variable
|
D | DWARFDebugAranges.cpp | 86 bool DWARFDebugAranges::generate(DWARFContext *ctx) { in generate()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 28 class DWARFContext; variable 42 void parse(DWARFContext &C, const DWARFSection &Section); 43 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection, 47 virtual void parseImpl(DWARFContext &Context, const DWARFSection &Section, 55 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context, 81 void parseImpl(DWARFContext &Context, const DWARFSection &Section, in parseImpl() 104 DWARFContext &Context; 131 std::unique_ptr<DWARFContext> DWOContext; 147 DWARFUnit(DWARFContext &Context, const DWARFSection &Section, 155 DWARFContext& getContext() const { return Context; } in getContext()
|
D | DWARFContext.h | 39 class DWARFContext : public DIContext { 58 DWARFContext(DWARFContext &) = delete; 59 DWARFContext &operator=(DWARFContext &) = delete; 78 DWARFContext() : DIContext(CK_DWARF) {} in DWARFContext() function 240 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 | 78 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType, bool DumpEH) { in dump() 276 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() 287 const DWARFUnitIndex &DWARFContext::getTUIndex() { in getTUIndex() 298 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 309 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() 319 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc() 331 const DWARFDebugLocDWO *DWARFContext::getDebugLocDWO() { in getDebugLocDWO() 341 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() 350 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame() 370 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame() [all …]
|
D | DWARFUnit.cpp | 20 void DWARFUnitSectionBase::parse(DWARFContext &C, const DWARFSection &Section) { in parse() 26 void DWARFUnitSectionBase::parseDWO(DWARFContext &C, in parseDWO() 35 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, in DWARFUnit() 95 bool VersionOK = DWARFContext::isSupportedVersion(Version); in extractImpl() 279 cast<DWARFContext>(new DWARFContextInMemory(*DWOFile.getBinary()))); in DWOHolder() 399 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context, in getDWARFUnitIndex()
|
D | CMakeLists.txt | 5 DWARFContext.cpp
|
D | DWARFDebugAranges.cpp | 38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 548 void emitLocationsForUnit(const CompileUnit &Unit, DWARFContext &Dwarf); 836 DWARFContext &Dwarf) { in emitLocationsForUnit() 1128 void startDebugObject(DWARFContext &, DebugMapObject &); 1387 void patchRangesForUnit(const CompileUnit &Unit, DWARFContext &Dwarf) const; 1396 void patchLineTableForUnit(CompileUnit &Unit, DWARFContext &OrigDwarf); 1402 void patchFrameInfoForObject(const DebugMapObject &, DWARFContext &, 1843 void DwarfLinker::startDebugObject(DWARFContext &Dwarf, DebugMapObject &Obj) { in startDebugObject() 2877 DWARFContext &OrigDwarf) const { in patchRangesForUnit() 2980 DWARFContext &OrigDwarf) { in patchLineTableForUnit() 3120 DWARFContext &OrigDwarf, in patchFrameInfoForObject()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 201 isa<DWARFContext>(DebugInfoContext.get()); in shouldOverrideWithSymbolTable()
|