Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.h63 InputTable *t);
101 InputTable *global);
112 std::vector<InputTable *> syntheticTables;
H A DInputElement.h83 class InputTable : public InputElement {
85 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.h35 class InputTable; variable
141 std::vector<InputTable *> tables;
H A DSymbols.h38 class InputTable; variable
404 InputTable *table);
408 InputTable *table;
H A DSymbolTable.cpp265 InputTable *table) { in addSyntheticTable()
434 InputFile *file, InputTable *table) { in addDefinedTable()
670 InputTable *table = make<InputTable>(desc, nullptr); in createDefinedIndirectFunctionTable()
H A DSyntheticSections.h224 void addTable(InputTable *table);
226 std::vector<InputTable *> inputTables;
H A DSyntheticSections.cpp312 for (const InputTable *table : inputTables) in writeBody()
316 void TableSection::addTable(InputTable *table) { in addTable()
346 for (InputTable *t : inputTables) in assignIndexes()
H A DInputFiles.cpp508 tables.emplace_back(make<InputTable>(t, this)); in parse()
623 InputTable *table = in createDefined()
H A DSymbols.cpp410 InputTable *table) in DefinedTable()
H A DWriter.cpp855 for (InputTable *table : file->tables) in assignIndexes()
859 for (InputTable *table : symtab->syntheticTables) in assignIndexes()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h1115 const DWARFDebugLine::LineTable *InputTable{nullptr};
1162 assert((!InputTable || InputTable == Table) && in addLineTableSequence()
1164 InputTable = Table; in addLineTableSequence()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1545 emitBinaryDwarfLineTable(MCOS, Params, InputTable, InputSequences); in emitCU()