OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompilerConfig
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h
21
#include "bcc/Support/
CompilerConfig
.h"
29
class ARMBaseCompilerConfig : public
CompilerConfig
{
69
class MipsCompilerConfig : public
CompilerConfig
{
71
MipsCompilerConfig() :
CompilerConfig
(DEFAULT_MIPS_TRIPLE_STRING) {
81
class X86FamilyCompilerConfigBase : public
CompilerConfig
{
84
:
CompilerConfig
(pTriple) {
CompilerConfig.h
35
class
CompilerConfig
{
59
// These are generated by
CompilerConfig
during initialize().
110
CompilerConfig
(const std::string &pTriple);
112
virtual ~
CompilerConfig
() { }
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
17
#include "bcc/Support/
CompilerConfig
.h"
28
CompilerConfig
::
CompilerConfig
(const std::string &pTriple)
77
bool
CompilerConfig
::initializeTarget() {
89
void
CompilerConfig
::initializeArch() {
98
void
CompilerConfig
::setFeatureString(const std::vector<std::string> &pAttrs) {
Android.mk
25
CompilerConfig
.cpp \
TargetCompilerConfigs.cpp
90
:
CompilerConfig
(pTriple), mInThumbMode(pInThumbMode) {
/frameworks/compile/libbcc/include/bcc/
Compiler.h
31
class
CompilerConfig
;
86
Compiler(const
CompilerConfig
&pConfig);
88
enum ErrorCode config(const
CompilerConfig
&pConfig);
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h
30
class
CompilerConfig
;
35
CompilerConfig
*mConfig;
77
void setConfig(
CompilerConfig
*config) {
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
42
#include <bcc/Support/
CompilerConfig
.h>
124
CompilerConfig
*config = NULL;
129
config = new (std::nothrow)
CompilerConfig
(OptTargetTriple);
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
40
#include <bcc/Support/
CompilerConfig
.h>
166
CompilerConfig
*config = NULL;
171
config = new (std::nothrow)
CompilerConfig
(OptTargetTriple);
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
33
#include "bcc/Support/
CompilerConfig
.h"
45
"(missing call to
CompilerConfig
::initialize()?)";
94
Compiler::Compiler(const
CompilerConfig
&pConfig) : mTarget(NULL),
108
enum Compiler::ErrorCode Compiler::config(const
CompilerConfig
&pConfig) {
Completed in 159 milliseconds