OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalSection
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/rsov/compiler/spirit/
visitor.h
30
class
GlobalSection
;
48
virtual void visit(
GlobalSection
*) = 0;
68
virtual void visit(
GlobalSection
*g);
module.cpp
139
mGlobals.reset(Deserialize<
GlobalSection
>(IS));
233
GlobalSection
*Module::getGlobalSection() {
235
mGlobals.reset(new
GlobalSection
());
583
GlobalSection
::
GlobalSection
() : mGlobalDefsDeleter(mGlobalDefs) {}
585
GlobalSection
::
GlobalSection
(Builder *builder)
609
bool
GlobalSection
::DeserializeInternal(InputWordStream &IS) {
644
ConstantInst *
GlobalSection
::getConstant(TypeIntInst *type, int32_t value) {
654
ConstantInst *
GlobalSection
::getConstant(TypeIntInst *type, uint32_t value)
[
all
...]
visitor.cpp
37
void DoNothingVisitor::visit(
GlobalSection
*g) { g->accept(this); }
module.h
45
class
GlobalSection
;
132
GlobalSection
*getGlobalSection();
236
std::unique_ptr<
GlobalSection
> mGlobals;
376
class
GlobalSection
: public Entity {
378
GlobalSection
();
379
GlobalSection
(Builder *builder);
381
virtual ~
GlobalSection
() {}
426
GlobalSection
*addStructType(TypeStructInst *structType);
427
GlobalSection
*addVariable(VariableInst *var);
module_test.cpp
111
EXPECT_EQ(1, countEntity<
GlobalSection
>(m));
/frameworks/rs/rsov/compiler/
Wrapper_test.cpp
57
GlobalSection
*gs = m.getGlobalSection();
Completed in 654 milliseconds