Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project/llvm/docs/
H A DWritingAnLLVMPass.rst71 writing-an-llvm-pass-ModulePassThe ``ImmutablePass`` class global() argument
94 The ``runOnModule`` methodThe ``ModulePass`` class global() argument
139 The ``doInitialization(CallGraph &)`` methodThe ``CallGraphSCCPass`` class global() argument
155 The ``runOnSCC`` methodThe ``CallGraphSCCPass`` class global() argument
166 The ``doFinalization(CallGraph &)`` methodThe ``CallGraphSCCPass`` class global() argument
203 writing-an-llvm-pass-doInitialization-modThe ``FunctionPass`` class global() argument
205 The ``doInitialization(Module &)`` methodThe ``FunctionPass`` class global() argument
228 The ``runOnFunction`` methodThe ``FunctionPass`` class global() argument
241 The ``doFinalization(Module &)`` methodThe ``FunctionPass`` class global() argument
276 The ``doInitialization(Loop *, LPPassManager &)`` methodThe ``LoopPass`` class global() argument
291 The ``runOnLoop`` methodThe ``LoopPass`` class global() argument
303 The ``doFinalization()`` methodThe ``LoopPass`` class global() argument
329 The ``doInitialization(Region *, RGPassManager &)`` methodThe ``RegionPass`` class global() argument
344 The ``runOnRegion`` methodThe ``RegionPass`` class global() argument
356 The ``doFinalization()`` methodThe ``RegionPass`` class global() argument
391 writing-an-llvm-pass-runOnMachineFunctionThe ``MachineFunctionPass`` class global() argument
393 The ``runOnMachineFunction(MachineFunction &MF)`` methodThe ``MachineFunctionPass`` class global() argument
[all...]
H A DCodeGenerator.rst221 .. _DataLayout:
233 .. _TargetLowering:
253 .. _TargetRegisterInfo:
282 .. _TargetInstrInfo:
320 .. _code being generated:
321 .. _machine code representation:
376 .. _create instructions:
378 Using the ``MachineInstrBuilder.h`` functions
415 Fixed (preassigned) registers
472 Call-clobbered registers
[all …]
H A DProgrammersManual.rst272 formatting_stringsThe ``Twine`` class global() argument
3253 UserLayoutThe ``ValueSymbolTable`` class global() argument
3530 m_ModuleThe ``Module`` class global() argument
3532 Important Public Members of the ``Module`` classThe ``Module`` class global() argument
3601 ValueImportant Public Members of the ``Module`` class global() argument
3636 nameWarningThe ``Value`` class global() argument
3651 m_ValueThe ``Value`` class global() argument
3653 Important Public Members of the ``Value`` classThe ``Value`` class global() argument
3692 UserImportant Public Members of the ``Value`` class global() argument
3720 Important Public Members of the ``User`` classThe ``User`` class global() argument
3738 InstructionImportant Public Members of the ``User`` class global() argument
3772 s_InstructionThe ``Instruction`` class global() argument
3774 Important Subclasses of the ``Instruction`` classThe ``Instruction`` class global() argument
3777 BinaryOperatorImportant Subclasses of the ``Instruction`` class global() argument
3784 CastInstImportant Subclasses of the ``Instruction`` class global() argument
3790 CmpInstImportant Subclasses of the ``Instruction`` class global() argument
3798 m_InstructionImportant Subclasses of the ``Instruction`` class global() argument
3800 Important Public Members of the ``Instruction`` classThe ``Instruction`` class global() argument
3823 ConstantImportant Public Members of the ``Instruction`` class global() argument
3922 m_GlobalValueThe ``GlobalValue`` class global() argument
3924 Important Public Members of the ``GlobalValue`` classThe ``GlobalValue`` class global() argument
3938 c_FunctionImportant Public Members of the ``GlobalValue`` class global() argument
3981 m_FunctionThe ``Function`` class global() argument
3983 Important Public Members of the ``Function``The ``Function`` class global() argument
4065 m_GlobalVariableThe ``GlobalVariable`` class global() argument
4067 Important Public Members of the ``GlobalVariable`` classThe ``GlobalVariable`` class global() argument
4099 BasicBlockImportant Public Members of the ``GlobalVariable`` class global() argument
4128 m_BasicBlockThe ``BasicBlock`` class global() argument
4130 Important Public Members of the ``BasicBlock`` classThe ``BasicBlock`` class global() argument
4165 ArgumentImportant Public Members of the ``BasicBlock`` class global() argument
[all...]
H A DCommandLine.rst1417 .. _lists of arguments:
1418 .. _cl::list:
1439 .. _cl::bits:
1459 .. _cl::alias:
1477 .. _cl::extrahelp:
1504 .. _cl::OptionCategory:
1526 .. _different parser:
1527 .. _discussed previously:
/llvm-project/lldb/test/API/lang/cpp/struct_with_keyword_name/
H A Dmain.c1 struct class { struct
2 int class; member
/llvm-project/clang/test/Analysis/
H A Dclass-object-state-dump.m11 + (Class)class; class
13 - (Class)class; method
/llvm-project/clang/test/CodeGenObjC/
H A D2008-10-3-EhValue.m12 +(Class)class; class
13 -(Class)class; method
H A Dobjc-alloc-init.m25 +(Class)class; class
31 +(Class)class { class
H A Dattr-objc-runtime-visible.m6 +(Class)class; class
H A Dconstant-string-class-1.m5 + class; class
H A Did-isa-codegen.m11 + (Class) class; class
17 + (Class) class {return 0;} class
H A Dsections.m8 + (id)class; class
H A Dweak-metaclass-visibility.m7 + (void) class; class
/llvm-project/clang/test/SemaObjC/
H A Dmethod-direct-arc.m7 - (Class)class; method
14 {
H A Dcategory-method-lookup-2.m6 - (Class)class; method
H A Dproperty-noprotocol-warning.m10 @property int class; property
H A Dproperty-4.m7 @property int class; property
/llvm-project/clang/test/Parser/
H A Dobjc-cxx-keyword-identifiers.mm7 @interface class // expected-error {{expected identifier; 'class' is a keyword in Objective-C++}} interface
49 @implementation class // expected-error {{expected identifier; 'class' is a keyword in Objective-C+… implementation
/llvm-project/flang/test/Semantics/
H A Dcall13.f905 subroutine s(assumedRank, coarray, class, classStar, typeStar) argument
10 class(t) :: class local
/llvm-project/clang/docs/
H A DInternalsManual.rst1143 AnnotationTokenThe Token class global() argument
1264 TokenLexerThe ``Lexer`` class global() argument
1276 MultipleIncludeOptThe ``TokenLexer`` class global() argument
1288 ParserThe ``MultipleIncludeOpt`` class global() argument
1527 DeclarationNameThe ``QualType`` class global() argument
2558 Basic BlocksThe ``CFG`` class global() argument
2577 Entry and Exit BlocksThe ``CFG`` class global() argument
2590 Conditional Control-FlowThe ``CFG`` class global() argument
[all...]
/llvm-project/llvm/docs/TableGen/
H A DProgRef.rst622 NAME``class`` --- define an abstract record class global() argument
631 Record Bodies``class`` --- define an abstract record class global() argument
[all...]
/llvm-project/clang/test/SemaObjCXX/
H A Dproperty-reference.mm49 - class; method
/llvm-project/clang/test/Analysis/inlining/
H A Dassume-super-init-does-not-return-nil.m12 - (Class)class; method
H A DObjCImproperDynamictallyDetectableCast.m11 - (Class)class; method
/llvm-project/lldb/test/Shell/Expr/
H A Dobjc-gnustep-print.m22 - (id)class { method

123