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
104
///
ObjFileMMI
- This is the object-file-format-specific implementation of
107
MachineModuleInfoImpl *
ObjFileMMI
;
201
if (
ObjFileMMI
== 0)
202
ObjFileMMI
= new Ty(*this);
203
return *static_cast<Ty*>(
ObjFileMMI
);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
272
ObjFileMMI
= 0;
295
delete
ObjFileMMI
;
296
ObjFileMMI
= 0;
Completed in 1557 milliseconds