Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h88 virtual const DWARFDebugMacro *getDebugMacinfoDWO() = 0;
316 const DWARFDebugMacro *getDebugMacinfoDWO();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp493 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in __anonba7270c80411::ThreadUnsafeDWARFContextState
698 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in __anonba7270c80411::ThreadSafeState
700 return ThreadUnsafeDWARFContextState::getDebugMacinfoDWO(); in getDebugMacinfoDWO()
1145 if (auto MacinfoDWO = getDebugMacinfoDWO()) in dump()
1464 const DWARFDebugMacro *DWARFContext::getDebugMacinfoDWO() { in getDebugMacinfoDWO() function in DWARFContext
1465 return State->getDebugMacinfoDWO(); in getDebugMacinfoDWO()