Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h30 class DWARFContext : public DIContext {
47 DWARFContext(DWARFContext &) LLVM_DELETED_FUNCTION;
48 DWARFContext &operator=(DWARFContext &) LLVM_DELETED_FUNCTION;
72 DWARFContext() : DIContext(CK_DWARF) {} in DWARFContext() function
216 class DWARFContextInMemory : public DWARFContext {
DDWARFContext.cpp62 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) { in dump()
221 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()
232 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO()
242 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
254 const DWARFDebugLocDWO *DWARFContext::getDebugLocDWO() { in getDebugLocDWO()
264 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges()
273 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame()
294 DWARFContext::getLineTableForCompileUnit(DWARFCompileUnit *cu) { in getLineTableForCompileUnit()
314 void DWARFContext::parseCompileUnits() { in parseCompileUnits()
333 void DWARFContext::parseTypeUnits() { in parseTypeUnits()
[all …]
DDWARFDebugAranges.h19 class DWARFContext; variable
23 void generate(DWARFContext *CTX);
DCMakeLists.txt5 DWARFContext.cpp
DAndroid.mk7 DWARFContext.cpp \
DDWARFUnit.cpp61 bool VersionOK = DWARFContext::isSupportedVersion(Version); in extractImpl()
240 DWOContext(cast<DWARFContext>(DIContext::getDWARFContext(DWOFile))), in DWOHolder()
DDWARFDebugInfoEntry.h24 class DWARFContext; variable
DDWARFDebugAranges.cpp38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
DDWARFUnit.h52 std::unique_ptr<DWARFContext> DWOContext;