Home
last modified time | relevance | path

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

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