OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_X86_TRIPLE_STRING
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/Config/
Config.h
81
#define
DEFAULT_X86_TRIPLE_STRING
"i686-unknown-linux"
100
#define DEFAULT_TARGET_TRIPLE_STRING
DEFAULT_X86_TRIPLE_STRING
/frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp
658
if (Module->getTargetTriple() !=
DEFAULT_X86_TRIPLE_STRING
) {
712
if (Module->getTargetTriple() !=
DEFAULT_X86_TRIPLE_STRING
) {
768
if (Module->getTargetTriple() ==
DEFAULT_X86_TRIPLE_STRING
) {
[
all
...]
Completed in 52 milliseconds