OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjFileMMI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
117
///
ObjFileMMI
- This is the object-file-format-specific implementation of
120
MachineModuleInfoImpl *
ObjFileMMI
;
229
if (
ObjFileMMI
== nullptr)
230
ObjFileMMI
= new Ty(*this);
231
return *static_cast<Ty*>(
ObjFileMMI
);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
208
ObjFileMMI
= nullptr;
230
delete
ObjFileMMI
;
231
ObjFileMMI
= nullptr;
Completed in 729 milliseconds