Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp314 auto from = llvm::find_if(sectionCommands, [&](SectionCommand *subCmd) { in processInsertCommands()
325 llvm::find_if(sectionCommands, [&cmd](SectionCommand *subCmd) { in processInsertCommands()
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2251 char *subCmd; in DbObjCmd() local