OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilerconfig
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h
31
class
CompilerConfig
;
74
// Passing in the
CompilerConfig
allows the optimization level to
76
RSScript(Source &pSource, const
CompilerConfig
* pCompilerConfig);
RSCompilerDriver.h
32
class
CompilerConfig
;
43
CompilerConfig
*mConfig;
87
void setConfig(
CompilerConfig
*config) {
114
const
CompilerConfig
* getConfig() const {
/frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp
22
#include "bcc/Support/
CompilerConfig
.h"
58
RSScript::RSScript(Source &pSource, const
CompilerConfig
* pCompilerConfig): RSScript(pSource)
RSCompilerDriver.cpp
36
#include "bcc/Support/
CompilerConfig
.h"
89
mConfig = new (std::nothrow)
CompilerConfig
(DEFAULT_TARGET_TRIPLE_STRING);
/frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h
35
class
CompilerConfig
{
61
// These are generated by
CompilerConfig
during initialize().
120
CompilerConfig
(const std::string &pTriple);
122
virtual ~
CompilerConfig
() { }
/frameworks/compile/libbcc/include/bcc/
Compiler.h
37
class
CompilerConfig
;
94
Compiler(const
CompilerConfig
&pConfig);
96
enum ErrorCode config(const
CompilerConfig
&pConfig);
/frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp
17
#include "bcc/Support/
CompilerConfig
.h"
50
CompilerConfig
::
CompilerConfig
(const std::string &pTriple)
87
bool
CompilerConfig
::initializeTarget() {
99
bool
CompilerConfig
::initializeArch() {
280
void
CompilerConfig
::setFeatureString(const std::vector<std::string> &pAttrs) {
Android.mk
25
CompilerConfig
.cpp \
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
41
#include "bcc/Support/
CompilerConfig
.h"
57
"(missing call to
CompilerConfig
::initialize()?)";
96
Compiler::Compiler(const
CompilerConfig
&pConfig) : mTarget(nullptr),
110
enum Compiler::ErrorCode Compiler::config(const
CompilerConfig
&pConfig) {
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
45
#include <bcc/Support/
CompilerConfig
.h>
227
CompilerConfig
*config = nullptr;
229
config = new (std::nothrow)
CompilerConfig
(OptTargetTriple);
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
36
#include <bcc/Support/
CompilerConfig
.h>
153
CompilerConfig
*config = nullptr;
155
config = new (std::nothrow)
CompilerConfig
(OptTargetTriple);
Completed in 268 milliseconds