Searched refs:InputTable (Results 1 – 11 of 11) sorted by relevance
63 InputTable *t);99 InputTable *global);111 std::vector<InputTable *> syntheticTables;
84 class InputTable : public InputElement {86 InputTable(const WasmTable &t, ObjFile *f) in InputTable() function
168 for (InputTable *t : obj->tables) in markLive()178 for (InputTable *t : symtab->syntheticTables) in markLive()
36 class InputTable; variable143 std::vector<InputTable *> tables;
41 class InputTable; variable411 InputTable *table);415 InputTable *table;
273 InputTable *table) { in addSyntheticTable()442 InputFile *file, InputTable *table) { in addDefinedTable()682 InputTable *table = make<InputTable>(desc, nullptr); in createDefinedIndirectFunctionTable()
225 void addTable(InputTable *table);227 std::vector<InputTable *> inputTables;
314 for (const InputTable *table : inputTables) in writeBody()318 void TableSection::addTable(InputTable *table) { in addTable()348 for (InputTable *t : inputTables) in assignIndexes()
510 tables.emplace_back(make<InputTable>(t, this)); in parse()625 InputTable *table = in createDefined()
417 InputTable *table) in DefinedTable()
880 for (InputTable *table : file->tables) in assignIndexes()884 for (InputTable *table : symtab->syntheticTables) in assignIndexes()