Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h104 inline StringRef getInstrProfBitmapVarPrefix() { return "__profbm_"; } in getInstrProfBitmapVarPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1615 VarPrefix = getInstrProfBitmapVarPrefix(); in setupProfileSection()