OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineModuleInfoWrapperPass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
79
friend class
MachineModuleInfoWrapperPass
;
279
class
MachineModuleInfoWrapperPass
: public ImmutablePass {
284
explicit
MachineModuleInfoWrapperPass
(const LLVMTargetMachine *TM = nullptr);
286
explicit
MachineModuleInfoWrapperPass
(const LLVMTargetMachine *TM,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineModuleInfo.cpp
331
AU.addRequired<
MachineModuleInfoWrapperPass
>();
332
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
337
getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
355
MachineModuleInfoWrapperPass
::
MachineModuleInfoWrapperPass
(
361
MachineModuleInfoWrapperPass
::
MachineModuleInfoWrapperPass
(
368
INITIALIZE_PASS(
MachineModuleInfoWrapperPass
, "machinemoduleinfo",
370
char
MachineModuleInfoWrapperPass
::ID = 0;
397
bool
MachineModuleInfoWrapperPass
::doInitialization(Module &M)
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026