Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1084 static bool profDataReferencedByCode(const Module &M) { in profDataReferencedByCode() function
1093 if (!profDataReferencedByCode(*F->getParent())) in shouldRecordFunctionAddr()
1203 bool DataReferencedByCode = profDataReferencedByCode(M); in maybeSetComdat()
1429 bool DataReferencedByCode = profDataReferencedByCode(M); in createDataVariable()
1730 (TT.isOSBinFormatCOFF() && !profDataReferencedByCode(M))) in emitUses()