|
LLVM 22.0.0git
|
#include "llvm/Config/llvm-config.h"#include "llvm/Support/Compiler.h"#include "llvm/Config/Targets.def"#include "llvm/Config/AsmPrinters.def"#include "llvm/Config/AsmParsers.def"#include "llvm/Config/Disassemblers.def"#include "llvm/Config/TargetMCAs.def"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_ASM_PRINTER(TargetName) |
| #define | LLVM_ASM_PARSER(TargetName) |
| #define | LLVM_DISASSEMBLER(TargetName) |
| #define | LLVM_TARGETMCA(TargetName) |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_TARGET(TargetName) |
| #define | LLVM_ASM_PRINTER(TargetName) |
| #define | LLVM_ASM_PARSER(TargetName) |
| #define | LLVM_DISASSEMBLER(TargetName) |
| #define | LLVM_TARGETMCA(TargetName) |
Functions | |
| void | llvm::InitializeAllTargetInfos () |
| InitializeAllTargetInfos - The main program should call this function if it wants access to all available targets that LLVM is configured to support, to make them available via the TargetRegistry. | |
| void | llvm::InitializeAllTargets () |
| InitializeAllTargets - The main program should call this function if it wants access to all available target machines that LLVM is configured to support, to make them available via the TargetRegistry. | |
| void | llvm::InitializeAllTargetMCs () |
| InitializeAllTargetMCs - The main program should call this function if it wants access to all available target MC that LLVM is configured to support, to make them available via the TargetRegistry. | |
| void | llvm::InitializeAllAsmPrinters () |
| InitializeAllAsmPrinters - The main program should call this function if it wants all asm printers that LLVM is configured to support, to make them available via the TargetRegistry. | |
| void | llvm::InitializeAllAsmParsers () |
| InitializeAllAsmParsers - The main program should call this function if it wants all asm parsers that LLVM is configured to support, to make them available via the TargetRegistry. | |
| void | llvm::InitializeAllDisassemblers () |
| InitializeAllDisassemblers - The main program should call this function if it wants all disassemblers that LLVM is configured to support, to make them available via the TargetRegistry. | |
| bool | llvm::InitializeNativeTarget () |
| InitializeNativeTarget - The main program should call this function to initialize the native target corresponding to the host. | |
| bool | llvm::InitializeNativeTargetAsmPrinter () |
| InitializeNativeTargetAsmPrinter - The main program should call this function to initialize the native target asm printer. | |
| bool | llvm::InitializeNativeTargetAsmParser () |
| InitializeNativeTargetAsmParser - The main program should call this function to initialize the native target asm parser. | |
| bool | llvm::InitializeNativeTargetDisassembler () |
| InitializeNativeTargetDisassembler - The main program should call this function to initialize the native target disassembler. | |
| void | llvm::InitializeAllTargetMCAs () |
| InitializeAllTargetMCAs - The main program should call this function to initialize the target CustomBehaviour and InstrPostProcess classes. | |
| #define LLVM_ASM_PARSER | ( | TargetName | ) |
Definition at line 42 of file TargetSelect.h.
| #define LLVM_ASM_PARSER | ( | TargetName | ) |
Definition at line 42 of file TargetSelect.h.
| #define LLVM_ASM_PRINTER | ( | TargetName | ) |
Definition at line 37 of file TargetSelect.h.
| #define LLVM_ASM_PRINTER | ( | TargetName | ) |
Definition at line 37 of file TargetSelect.h.
| #define LLVM_DISASSEMBLER | ( | TargetName | ) |
Definition at line 47 of file TargetSelect.h.
| #define LLVM_DISASSEMBLER | ( | TargetName | ) |
Definition at line 47 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGET | ( | TargetName | ) |
Definition at line 23 of file TargetSelect.h.
| #define LLVM_TARGETMCA | ( | TargetName | ) |
Definition at line 52 of file TargetSelect.h.
| #define LLVM_TARGETMCA | ( | TargetName | ) |
Definition at line 52 of file TargetSelect.h.