Home
last modified time | relevance | path

Searched refs:getDebugMacinfo (Results 1 – 8 of 8) 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.cpp488 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
694 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonfc0a132e0411::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/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp453 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.cpp1282 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
H A DDWARFLinker.cpp1419 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()