OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMArch
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp
196
builder.
setMArch
(MArch);
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
596
///
setMArch
- Override the architecture set by the Module's triple.
597
EngineBuilder &
setMArch
(StringRef march) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
548
///
setMArch
- Override the architecture set by the Module's triple.
549
EngineBuilder &
setMArch
(StringRef march) {
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h
324
.
setMArch
(MArch)
/external/llvm/tools/lli/
lli.cpp
420
builder.
setMArch
(MArch);
Completed in 6706 milliseconds