forked from OSchip/llvm-project
parent
506a745a0a
commit
8e80514fbe
|
@ -304,14 +304,6 @@ namespace llvm {
|
|||
|
||||
bool isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID = 0);
|
||||
|
||||
bool hasDwarfFiles() const {
|
||||
// Traverse MCDwarfFilesCUMap and check whether each entry is empty.
|
||||
for (const auto &FileTable : MCDwarfLineTablesCUMap)
|
||||
if (!FileTable.second.getMCDwarfFiles().empty())
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
const std::map<unsigned, MCDwarfLineTable> &getMCDwarfLineTables() const {
|
||||
return MCDwarfLineTablesCUMap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue