Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h87 virtual const DWARFDebugMacro *getDebugMacinfo() = 0;
313 const DWARFDebugMacro *getDebugMacinfo();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp487 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in ThreadUnsafeDWARFContextState
693 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in ThreadSafeState
695 return ThreadUnsafeDWARFContextState::getDebugMacinfo(); in getDebugMacinfo()
1138 if (auto Macinfo = getDebugMacinfo()) in dump()
1458 const DWARFDebugMacro *DWARFContext::getDebugMacinfo() { in getDebugMacinfo() function in DWARFContext
1459 return State->getDebugMacinfo(); in getDebugMacinfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr()
H A DDWARFLinkerImpl.cpp455 InputDWARFFile.Dwarf->getDebugMacinfo(); in link()
H A DDWARFLinkerCompileUnit.cpp914 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1273 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
H A DDWARFLinker.cpp1402 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()