Home
last modified time | relevance | path

Searched defs:getTargetMachine (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h40 const llvm::TargetMachine &getTargetMachine() const { return *TargetMachine; } in getTargetMachine() function
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dbitscfg.rs45 pBstr: *mut BSTR, in getTargetMachine()
46 ) -> *mut c_uchar; in getTargetMachine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const llvm::TargetMachine &getTargetMachine() const { return *TargetMachine; } in getTargetMachine() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DLlvmState.h46 const llvm::TargetMachine &getTargetMachine() const { return *TargetMachine; } in getTargetMachine() function
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/LLVMIRCodeGen/
H A DGlowJIT.h89 TargetMachine &getTargetMachine() { return TM_; } in getTargetMachine() function
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h73 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h86 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h94 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h93 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h93 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function

12345678