OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LLVMState
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
LlvmState.cpp
1
//===--
LlvmState
.cpp -------------------------------------------*- C++ -*-===//
10
#include "
LlvmState
.h"
24
LLVMState
::
LLVMState
(const std::string &Triple, const std::string &CpuName) {
40
LLVMState
::
LLVMState
()
41
:
LLVMState
(llvm::sys::getProcessTriple(),
45
LLVMState
::createTargetMachine() const {
55
bool
LLVMState
::canAssemble(const llvm::MCInst &Inst) const {
LlvmState.h
1
//===--
LlvmState
.h ---------------------------------------------*- C++ -*-===//
33
class
LLVMState
{
35
LLVMState
();
37
LLVMState
(const std::string &Triple,
Completed in 123 milliseconds