HomeSort by relevance Sort by last modified time
    Searched refs:GlobalSection (Results 1 - 20 of 20) 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));
240 GlobalSection *Module::getGlobalSection() {
242 mGlobals.reset(new GlobalSection());
608 GlobalSection::GlobalSection() : mGlobalDefsDeleter(mGlobalDefs) {}
610 GlobalSection::GlobalSection(Builder *builder)
634 bool GlobalSection::DeserializeInternal(InputWordStream &IS) {
669 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) {
679 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;
134 GlobalSection *getGlobalSection();
238 std::unique_ptr<GlobalSection> mGlobals;
380 class GlobalSection : public Entity {
382 GlobalSection();
383 GlobalSection(Builder *builder);
385 virtual ~GlobalSection() {}
430 GlobalSection *addStructType(TypeStructInst *structType);
431 GlobalSection *addVariable(VariableInst *var);
module_test.cpp 113 EXPECT_EQ(1, countEntity<GlobalSection>(m));
  /frameworks/rs/rsov/compiler/
Wrapper_test.cpp 57 GlobalSection *gs = m.getGlobalSection();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 172 struct GlobalSection : Section {
173 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 183 struct GlobalSection : Section {
184 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 183 struct GlobalSection : Section {
184 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 172 struct GlobalSection : Section {
173 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 183 struct GlobalSection : Section {
184 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 183 struct GlobalSection : Section {
184 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 225 struct GlobalSection : Section {
226 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}

Completed in 397 milliseconds