Home
last modified time | relevance | path

Searched defs:shouldReplace (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DSymbols.cpp506 bool Symbol::shouldReplace(const Defined &other) const { in shouldReplace() function in Symbol
/openbsd/src/gnu/llvm/lld/wasm/
DSymbolTable.cpp284 static bool shouldReplace(const Symbol *existing, InputFile *newFile, in shouldReplace() function