Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2095 GlobalVariable *RegisteredFlag = new GlobalVariable( in InstrumentGlobalsELF() local
2098 RegisteredFlag->setVisibility(GlobalVariable::HiddenVisibility); in InstrumentGlobalsELF()
2113 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in InstrumentGlobalsELF()
2122 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy), in InstrumentGlobalsELF()
2170 GlobalVariable *RegisteredFlag = new GlobalVariable( in InstrumentGlobalsMachO() local
2173 RegisteredFlag->setVisibility(GlobalVariable::HiddenVisibility); in InstrumentGlobalsMachO()
2177 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobalsMachO()
2184 {IRB.CreatePointerCast(RegisteredFlag, IntptrTy)}); in InstrumentGlobalsMachO()