Searched refs:first_lc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp269 static void FindUUID(const load_command *first_lc, u8 *uuid_output) { argument
270 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {
280 static bool IsModuleInstrumented(const load_command *first_lc) { argument
281 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) {

Completed in 84 milliseconds