Searched refs:ShadowGlobal (Results 1 – 2 of 2) sorted by relevance
210 Constant *ShadowGlobal; member in __anonde341f490111::HWAddressSanitizer289 ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow", in initializeCallbacks()303 FunctionType::get(IntptrTy, {ShadowGlobal->getType()}, false), in maybeInsertDynamicShadowAtFunctionEntry()306 LocalDynamicShadow = IRB.CreateCall(Asm, {ShadowGlobal}, ".hwasan.shadow"); in maybeInsertDynamicShadowAtFunctionEntry()
207 public static class ShadowGlobal { class in ShadowSettings