OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompilerConfig
(Results
1 - 2
of
2
) sorted by null
/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) {
/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
() { }
Completed in 495 milliseconds