Home
last modified time | relevance | path

Searched refs:addToSymtab (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyBuilder.java156 pool.addToSymtab(context, (RubyDescriptor) defRb); in finalizeToPool()
158 pool.addToSymtab(context, (RubyEnumDescriptor) defRb); in finalizeToPool()
DRubyDescriptorPool.java111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab() method in RubyDescriptorPool
116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab() method in RubyDescriptorPool
/external/llvm-project/lld/wasm/
DWriter.cpp151 out.linkingSec->addToSymtab(sym); in createCustomSections()
648 out.linkingSec->addToSymtab(sym); in populateSymtab()
654 out.linkingSec->addToSymtab(sym); in populateSymtab()
DSyntheticSections.h287 void addToSymtab(Symbol *sym);
DSyntheticSections.cpp539 void LinkingSection::addToSymtab(Symbol *sym) { in addToSymtab() function in lld::wasm::LinkingSection