Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp997 GlobalVariable *getOrCreateModuleName();
2027 ConstantExpr::getPointerCast(getOrCreateModuleName(), IntptrTy); in poisonOneInitializer()
2691 ConstantExpr::getPointerCast(getOrCreateModuleName(), IntptrTy), in instrumentGlobals()
2775 GlobalVariable *ModuleAddressSanitizer::getOrCreateModuleName() { in getOrCreateModuleName() function in ModuleAddressSanitizer