Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h89 virtual const DWARFDebugMacro *getDebugMacinfoDWO() = 0;
322 const DWARFDebugMacro *getDebugMacinfoDWO();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp491 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
694 const DWARFDebugMacro *getDebugMacinfoDWO() override { in getDebugMacinfoDWO() function in __anonfc0a132e0411::ThreadSafeState
696 return ThreadUnsafeDWARFContextState::getDebugMacinfoDWO(); in getDebugMacinfoDWO()
1141 if (auto MacinfoDWO = getDebugMacinfoDWO()) in dump()
1459 const DWARFDebugMacro *DWARFContext::getDebugMacinfoDWO() { in getDebugMacinfoDWO() function in DWARFContext
1460 return State->getDebugMacinfoDWO(); in getDebugMacinfoDWO()