OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MFInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
242
MachineFunctionInfo *
MFInfo
;
657
if (!
MFInfo
)
658
MFInfo
= Ty::template create<Ty>(Allocator, *this);
659
return static_cast<Ty*>(
MFInfo
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp
164
MFInfo
= nullptr;
233
if (
MFInfo
) {
234
MFInfo
->~MachineFunctionInfo();
235
Allocator.Deallocate(
MFInfo
);
Completed in 25 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026