Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h91 virtual const DWARFDebugMacro *getDebugMacroDWO() = 0;
328 const DWARFDebugMacro *getDebugMacroDWO();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp501 const DWARFDebugMacro *getDebugMacroDWO() override { in getDebugMacroDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
702 const DWARFDebugMacro *getDebugMacroDWO() override { in getDebugMacroDWO() function in __anonfc0a132e0411::ThreadSafeState
704 return ThreadUnsafeDWARFContextState::getDebugMacroDWO(); in getDebugMacroDWO()
1129 if (auto MacroDWO = getDebugMacroDWO()) in dump()
1451 const DWARFDebugMacro *DWARFContext::getDebugMacroDWO() { in getDebugMacroDWO() function in DWARFContext
1452 return State->getDebugMacroDWO(); in getDebugMacroDWO()