Searched refs:InputTable (Results 1 – 13 of 13) sorted by relevance
63 InputTable *t);101 InputTable *global);112 std::vector<InputTable *> syntheticTables;
83 class InputTable : public InputElement {85 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()
35 class InputTable; variable141 std::vector<InputTable *> tables;
38 class InputTable; variable404 InputTable *table);408 InputTable *table;
265 InputTable *table) { in addSyntheticTable()434 InputFile *file, InputTable *table) { in addDefinedTable()670 InputTable *table = make<InputTable>(desc, nullptr); in createDefinedIndirectFunctionTable()
224 void addTable(InputTable *table);226 std::vector<InputTable *> inputTables;
312 for (const InputTable *table : inputTables) in writeBody()316 void TableSection::addTable(InputTable *table) { in addTable()346 for (InputTable *t : inputTables) in assignIndexes()
508 tables.emplace_back(make<InputTable>(t, this)); in parse()623 InputTable *table = in createDefined()
410 InputTable *table) in DefinedTable()
855 for (InputTable *table : file->tables) in assignIndexes()859 for (InputTable *table : symtab->syntheticTables) in assignIndexes()
1115 const DWARFDebugLine::LineTable *InputTable{nullptr};1162 assert((!InputTable || InputTable == Table) && in addLineTableSequence()1164 InputTable = Table; in addLineTableSequence()
1545 emitBinaryDwarfLineTable(MCOS, Params, InputTable, InputSequences); in emitCU()