Home
last modified time | relevance | path

Searched refs:getDebugMacinfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h87 virtual const DWARFDebugMacro *getDebugMacinfo() = 0;
313 const DWARFDebugMacro *getDebugMacinfo();
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp488 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anon6783532d0411::ThreadUnsafeDWARFContextState
694 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anon6783532d0411::ThreadSafeState
696 return ThreadUnsafeDWARFContextState::getDebugMacinfo(); in getDebugMacinfo()
1139 if (auto Macinfo = getDebugMacinfo()) in dump()
1460 const DWARFDebugMacro *DWARFContext::getDebugMacinfo() { in getDebugMacinfo() function in DWARFContext
1461 return State->getDebugMacinfo(); in getDebugMacinfo()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEAttributeCloner.cpp315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr()
HDDWARFLinkerImpl.cpp453 InputDWARFFile.Dwarf->getDebugMacinfo(); in link()
HDDWARFLinkerCompileUnit.cpp914 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp1282 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
HDDWARFLinker.cpp1419 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()