Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2388 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in instrumentGlobalsELF() local
2389 IrbDtor.CreateCall(AsanUnregisterElfGlobals, in instrumentGlobalsELF()
2450 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in InstrumentGlobalsMachO() local
2451 IrbDtor.CreateCall(AsanUnregisterImageGlobals, in InstrumentGlobalsMachO()
2481 IRBuilder<> IrbDtor(CreateAsanModuleDtor(M)); in InstrumentGlobalsWithMetadataArray() local
2482 IrbDtor.CreateCall(AsanUnregisterGlobals, in InstrumentGlobalsWithMetadataArray()