Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h90 MachineModuleInfoImpl *ObjFileMMI; variable
176 if (ObjFileMMI == nullptr) in getObjFileInfo()
177 ObjFileMMI = new Ty(*this); in getObjFileInfo()
178 return *static_cast<Ty*>(ObjFileMMI); in getObjFileInfo()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h108 MachineModuleInfoImpl *ObjFileMMI; variable
201 if (ObjFileMMI == 0) in getObjFileInfo()
202 ObjFileMMI = new Ty(*this); in getObjFileInfo()
203 return *static_cast<Ty*>(ObjFileMMI); in getObjFileInfo()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h121 MachineModuleInfoImpl *ObjFileMMI; variable
230 if (ObjFileMMI == nullptr) in getObjFileInfo()
231 ObjFileMMI = new Ty(*this); in getObjFileInfo()
232 return *static_cast<Ty*>(ObjFileMMI); in getObjFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp207 ObjFileMMI = nullptr; in doInitialization()
224 delete ObjFileMMI; in doFinalization()
225 ObjFileMMI = nullptr; in doFinalization()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp208 ObjFileMMI = nullptr; in doInitialization()
230 delete ObjFileMMI; in doFinalization()
231 ObjFileMMI = nullptr; in doFinalization()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp258 ObjFileMMI(0), CompactUnwindEncoding(0), CurCallSite(0), CallsEHReturn(0), in MachineModuleInfo()
277 delete ObjFileMMI; in ~MachineModuleInfo()