Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1073 const DebugLoc &dbgloc = I.getDebugLoc(); in addReachesFunctionCallbacksIfEnabled() local
1078 if (dbgloc.get() == nullptr) { in addReachesFunctionCallbacksIfEnabled()
1084 llvm::APInt(32, dbgloc.getLine())); in addReachesFunctionCallbacksIfEnabled()
1086 IRB.CreateGlobalStringPtr(dbgloc->getFilename()); in addReachesFunctionCallbacksIfEnabled()
1104 CB->setDebugLoc(dbgloc); in addReachesFunctionCallbacksIfEnabled()