Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp922 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp() local
925 FunctionType::get(Type::getVoidTy(Ctx), TimestampAddr->getType(), false); in lowerTimestamp()
928 Builder.CreateCall(Callee, {TimestampAddr}); in lowerTimestamp()