Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1553 StructType *LivenessTy = StructType::get(IntptrTy, IntptrTy, nullptr); in InstrumentGlobals() local
1562 auto LivenessBinder = ConstantStruct::get(LivenessTy, in InstrumentGlobals()
1567 M, LivenessTy, false, GlobalVariable::InternalLinkage, in InstrumentGlobals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1963 StructType *LivenessTy = StructType::get(IntptrTy, IntptrTy); in InstrumentGlobalsMachO() local
1975 ConstantStruct::get(LivenessTy, Initializer->getAggregateElement(0u), in InstrumentGlobalsMachO()
1978 M, LivenessTy, false, GlobalVariable::InternalLinkage, LivenessBinder, in InstrumentGlobalsMachO()