OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostTriple
(Results
1 - 5
of
5
) sorted by null
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h
39
:
HostTriple
(sys::getProcessTriple())
50
HostTriple
+= "-elf";
52
HostTriple
= Triple::normalize(
HostTriple
);
57
Triple Host(
HostTriple
);
79
Triple Host(
HostTriple
);
92
std::string
HostTriple
;
MCJITCAPITest.cpp
167
LLVMSetTarget(Module,
HostTriple
.c_str());
187
LLVMSetTarget(Module,
HostTriple
.c_str());
217
LLVMSetTarget(Module,
HostTriple
.c_str());
353
LLVMSetTarget(Module,
HostTriple
.c_str());
401
if (Triple(
HostTriple
).getArch() != Triple::x86_64)
425
Triple(
HostTriple
).getOS() != Triple::Darwin ||
426
Triple(
HostTriple
).isMacOSXVersionLT(10, 7) ||
481
LLVMSetTarget(Module,
HostTriple
.c_str());
MCJITTestBase.h
283
: TrivialModuleBuilder(
HostTriple
)
/external/llvm/tools/llvm-config/
llvm-config.cpp
327
const Triple
HostTriple
(Triple::normalize(LLVM_DEFAULT_TARGET_TRIPLE));
328
if (
HostTriple
.isOSWindows()) {
335
} else if (
HostTriple
.isOSDarwin()) {
/external/clang/lib/Driver/
ToolChain.cpp
374
llvm::Triple
HostTriple
(LLVM_HOST_TRIPLE);
375
switch (
HostTriple
.getArch()) {
385
return
HostTriple
.getArch() != getArch();
Completed in 169 milliseconds