Lines Matching defs:Pass
504 static char ID; // Pass identification, replacement for typeid
518 AddressSanitizer *Pass;
519 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) {
520 assert(Pass->ProcessedAllocas.empty() &&
521 "last pass forgot to clear cache");
523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); }
560 static char ID; // Pass identification, replacement for typeid
838 // \brief Create a constant for Str so that we can pass it to the run-time lib.
868 /// \brief Check if \p G has been created by a trusted compiler pass.
1042 // If Exp is non-zero, this pass will emit special calls into runtime
1421 // We initialize an array of such structures and pass it to a run-time call.
1540 // RegisteredFlag serves two purposes. First, we can pass it to dladdr()