Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp344 auto addDep = [&os](DepOpCode opcode, const StringRef &path) { in write() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h52 void addDep(DTSortableEntry *E) { Deps.push_back(E); } in addDep() function