OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTriple
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/include/bcc/
CompilerConfig.h
41
std::string
mTriple
;
75
{ return
mTriple
; }
/frameworks/compile/libbcc/lib/
CompilerConfig.cpp
53
:
mTriple
(pTriple), mFullPrecision(true), mTarget(nullptr) {
86
mTarget = llvm::TargetRegistry::lookupTarget(
mTriple
, error);
91
mTriple
.c_str(), error.c_str());
/frameworks/rs/cpu_ref/
rsCpuExecutable.cpp
125
const char *
mTriple
= "-
mtriple
=" DEFAULT_TARGET_TRIPLE_STRING;
133
compiler_rt,
mTriple
, vendorLibPath, libPath,
Completed in 1055 milliseconds