Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h96 MachineModuleInfoImpl *ObjFileMMI; variable
192 if (ObjFileMMI == nullptr) in getObjFileInfo()
193 ObjFileMMI = new Ty(*this); in getObjFileInfo()
194 return *static_cast<Ty*>(ObjFileMMI); in getObjFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp197 ObjFileMMI = nullptr; in initialize()
214 delete ObjFileMMI; in finalize()
215 ObjFileMMI = nullptr; in finalize()
225 ObjFileMMI = MMI.ObjFileMMI; in MachineModuleInfo()