Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp335 static void FindUUID(const load_command *first_lc, u8 *uuid_output) { in FindUUID() argument
336 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()
346 static bool IsModuleInstrumented(const load_command *first_lc) { in IsModuleInstrumented() argument
347 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()