Home
last modified time | relevance | path

Searched refs:getMacinfoSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h202 virtual StringRef getMacinfoSection() = 0;
294 StringRef getMacinfoSection() override { return MacinfoSection; } in getMacinfoSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp385 DataExtractor MacinfoData(getMacinfoSection(), isLittleEndian(), 0); in getDebugMacro()