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.h88 virtual const DWARFDebugMacro *getDebugMacinfo() = 0;
319 const DWARFDebugMacro *getDebugMacinfo();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp486 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
690 const DWARFDebugMacro *getDebugMacinfo() override { in getDebugMacinfo() function in __anonfc0a132e0411::ThreadSafeState
692 return ThreadUnsafeDWARFContextState::getDebugMacinfo(); in getDebugMacinfo()
1135 if (auto Macinfo = getDebugMacinfo()) in dump()
1455 const DWARFDebugMacro *DWARFContext::getDebugMacinfo() { in getDebugMacinfo() function in DWARFContext
1456 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.cpp452 InputDWARFFile.Dwarf->getDebugMacinfo(); in link()
H A DDWARFLinkerCompileUnit.cpp911 getContaingFile().Dwarf->getDebugMacinfo()) { in cloneAndEmitDebugMacro()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1287 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables()
H A DDWARFLinker.cpp1425 const llvm::DWARFDebugMacro *Macro = File.Dwarf->getDebugMacinfo(); in cloneScalarAttribute()