Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h88 virtual const DWARFDebugMacro *getDebugMacinfoDWO() = 0;
316 const DWARFDebugMacro *getDebugMacinfoDWO();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp492 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in ThreadUnsafeDWARFContextState
697 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in ThreadSafeState
699 return ThreadUnsafeDWARFContextState::getDebugMacinfoDWO(); in getDebugMacinfoDWO()
1144 if (auto MacinfoDWO = getDebugMacinfoDWO()) in dump()
1462 const DWARFDebugMacro *DWARFContext::getDebugMacinfoDWO() { in getDebugMacinfoDWO() function in DWARFContext
1463 return State->getDebugMacinfoDWO(); in getDebugMacinfoDWO()