Searched refs:getModuleFromDPI (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 289 static const Module *getModuleFromDPI(const DPMarker *Marker) { in getModuleFromDPI() function 295 static const Module *getModuleFromDPI(const DPValue *DPV) { in getModuleFromDPI() function 296 return getModuleFromDPI(DPV->getMarker()); in getModuleFromDPI() 4849 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() 4855 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() 4872 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print() 4890 AssemblyWriter W(OS, SlotTable, getModuleFromDPI(this), nullptr, IsForDebug); in print()
|