Home
last modified time | relevance | path

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

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