/llvm-project/llvm/docs/ |
H A D | WritingAnLLVMPass.rst | 71 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 D | CodeGenerator.rst | 221 .. _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 D | ProgrammersManual.rst | 272 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 D | CommandLine.rst | 1417 .. _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 D | main.c | 1 struct class { struct 2 int class; member
|
/llvm-project/clang/test/Analysis/ |
H A D | class-object-state-dump.m | 11 + (Class)class; class 13 - (Class)class; method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | 2008-10-3-EhValue.m | 12 +(Class)class; class 13 -(Class)class; method
|
H A D | objc-alloc-init.m | 25 +(Class)class; class 31 +(Class)class { class
|
H A D | attr-objc-runtime-visible.m | 6 +(Class)class; class
|
H A D | constant-string-class-1.m | 5 + class; class
|
H A D | id-isa-codegen.m | 11 + (Class) class; class 17 + (Class) class {return 0;} class
|
H A D | sections.m | 8 + (id)class; class
|
H A D | weak-metaclass-visibility.m | 7 + (void) class; class
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-direct-arc.m | 7 - (Class)class; method 14 {
|
H A D | category-method-lookup-2.m | 6 - (Class)class; method
|
H A D | property-noprotocol-warning.m | 10 @property int class; property
|
H A D | property-4.m | 7 @property int class; property
|
/llvm-project/clang/test/Parser/ |
H A D | objc-cxx-keyword-identifiers.mm | 7 @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 D | call13.f90 | 5 subroutine s(assumedRank, coarray, class, classStar, typeStar) argument 10 class(t) :: class local
|
/llvm-project/clang/docs/ |
H A D | InternalsManual.rst | 1143 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 D | ProgRef.rst | 622 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 D | property-reference.mm | 49 - class; method
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | assume-super-init-does-not-return-nil.m | 12 - (Class)class; method
|
H A D | ObjCImproperDynamictallyDetectableCast.m | 11 - (Class)class; method
|
/llvm-project/lldb/test/Shell/Expr/ |
H A D | objc-gnustep-print.m | 22 - (id)class { method
|