Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp328 static const Module *getModuleFromDPI(const DbgMarker *Marker) { in getModuleFromDPI() function
334 static const Module *getModuleFromDPI(const DbgRecord *DR) { in getModuleFromDPI() function
335 return DR->getMarker() ? getModuleFromDPI(DR->getMarker()) : nullptr; in getModuleFromDPI()
5154 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
5160 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
5175 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
5181 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
5198 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
5214 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()