Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ !
H A DDWARFContext.h87 virtual const DWARFDebugMacro *getDebugMacinfo() = 0;
313 const DWARFDebugMacro *getDebugMacinfo();
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ !
H A DDWARFContext.cpp488 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonc1a899430411::ThreadUnsafeDWARFContextState
694 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonc1a899430411::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()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DDIEAttributeCloner.cpp315 InUnit.getContaingFile().Dwarf->getDebugMacinfo(); in cloneScalarAttr()
H A DDWARFLinkerImpl.cpp453 InputDWARFFile.Dwarf->getDebugMacinfo(); in link()
H A DDWARFLinkerCompileUnit.cpp914 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ !
H A DDWARFStreamer.cpp1282 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
H A DDWARFLinker.cpp1419 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()