Home
last modified time | relevance | path

Searched refs:addDep (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp344 auto addDep = [&os](DepOpCode opcode, const StringRef &path) { in write() local
354 addDep(DepOpCode::Version, version); in write()
364 addDep(DepOpCode::Input, in); in write()
367 addDep(DepOpCode::NotFound, f); in write()
369 addDep(DepOpCode::Output, output); in write()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp69 E->addDep(Reg2Entry[RegOp]); in buildDepsGraph()
76 E->addDep(Reg2Entry[&Next->getOperand(0)]); in buildDepsGraph()
H A DSPIRVDuplicatesTracker.h52 void addDep(DTSortableEntry *E) { Deps.push_back(E); } in addDep() function