|
LLVM
4.0.0
|
#include "BPF.h"#include "BPFTargetMachine.h"#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"#include "llvm/IR/LegacyPassManager.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/FormattedStream.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Target/TargetOptions.h"Go to the source code of this file.
Functions | |
| void | LLVMInitializeBPFTarget () |
| static std::string | computeDataLayout (const Triple &TT) |
| static Reloc::Model | getEffectiveRelocModel (Optional< Reloc::Model > RM) |
Definition at line 33 of file BPFTargetMachine.cpp.
References llvm::Triple::bpfeb, and llvm::Triple::getArch().
|
static |
Definition at line 40 of file BPFTargetMachine.cpp.
References llvm::Optional< T >::hasValue(), llvm::Reloc::PIC_, and llvm::NVPTX::PTXCvtMode::RM.
| void LLVMInitializeBPFTarget | ( | ) |
Definition at line 25 of file BPFTargetMachine.cpp.
References llvm::getTheBPFbeTarget(), llvm::getTheBPFleTarget(), llvm::getTheBPFTarget(), X, and Y.
1.8.6