Home
last modified time | relevance | path

Searched refs:syntheticFunctions (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/wasm/
DMarkLive.cpp176 for (InputChunk *c : symtab->syntheticFunctions) in markLive()
DSymbolTable.h97 std::vector<InputFunction *> syntheticFunctions; variable
DSymbolTable.cpp204 syntheticFunctions.emplace_back(function); in addSyntheticFunction()
671 syntheticFunctions.emplace_back(func); in replaceWithUnreachable()
DWriter.cpp751 for (InputFunction *func : symtab->syntheticFunctions) in assignIndexes()