Searched refs:getModuleFromDPI (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 289 static const Module *getModuleFromDPI(const DbgMarker *Marker) { in getModuleFromDPI() function 295 static const Module *getModuleFromDPI(const DbgRecord *DR) { in getModuleFromDPI() function 296 return DR->getMarker() ? getModuleFromDPI(DR->getMarker()) : nullptr; in getModuleFromDPI() 4958 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() 4964 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() 4979 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print() 4985 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() 5002 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print() 5018 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
|