Searched refs:parseDWO (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 26 void DWARFUnitSectionBase::parseDWO(DWARFContext &C, in parseDWO() function in llvm::DWARFUnitSectionBase 284 bool DWARFUnit::parseDWO() { in parseDWO() function in llvm::DWARFUnit 355 bool DWOCreated = parseDWO(); in collectAddressRanges() 386 parseDWO(); in getInlinedChainForAddress()
|
D | DWARFContext.cpp | 430 DWOCUs.parseDWO(*this, getInfoDWOSection()); in parseDWOCompileUnits() 438 DWOTUs.back().parseDWO(*this, I.second); in parseDWOTypeUnits()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 43 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection, 287 bool parseDWO();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 42 void DWARFUnitSectionBase::parseDWO(DWARFContext &C, in parseDWO() function in DWARFUnitSectionBase 344 bool DWARFUnit::parseDWO() { in parseDWO() function in DWARFUnit 463 bool DWOCreated = parseDWO(); in collectAddressRanges() 525 parseDWO(); in getInlinedChainForAddress()
|
D | DWARFContext.cpp | 587 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection(), true); in getDWOCompileUnitForHash() 860 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection()); in parseDWOCompileUnits() 868 DWOTUs.back().parseDWO(*this, S); in parseDWOTypeUnits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 114 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection, 563 bool parseDWO();
|