Searched refs:InputTable (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/lld/wasm/
H A DInputElement.h84 class InputTable : public InputElement { class in namespace:lld::wasm
86 InputTable(const WasmTable &t, ObjFile *f) function in class:lld::wasm::InputTable
H A DMarkLive.cpp168 for (InputTable *t : obj->tables)
178 for (InputTable *t : symtab->syntheticTables)
H A DSymbolTable.h63 InputTable *t);
99 InputTable *global);
111 std::vector<InputTable *> syntheticTables;
H A DInputFiles.h36 class InputTable;
143 std::vector<InputTable *> tables;
H A DSymbols.h41 class InputTable;
411 InputTable *table);
415 InputTable *table;
H A DSyntheticSections.h225 void addTable(InputTable *table);
227 std::vector<InputTable *> inputTables;
H A DSymbolTable.cpp273 InputTable *table) {
442 InputFile *file, InputTable *table) {
682 InputTable *table = make<InputTable>(desc, nullptr);
H A DSyntheticSections.cpp314 for (const InputTable *table : inputTables)
318 void TableSection::addTable(InputTable *table) {
348 for (InputTable *t : inputTables)
H A DSymbols.cpp417 InputTable *table)
H A DInputFiles.cpp510 tables.emplace_back(make<InputTable>(t, this));
625 InputTable *table =
H A DWriter.cpp880 for (InputTable *table : file->tables)
884 for (InputTable *table : symtab->syntheticTables)

Completed in 107 milliseconds