Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp262 const std::string &VarPrefix, in collectStatsForDie() argument
412 std::string VarID = constructDieID(Die, VarPrefix); in collectStatsForDie()
485 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive() argument
537 VarPrefix = "v"; in collectStatsRecursive()
599 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive()
614 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1267 StringRef VarPrefix; in setupProfileSection() local
1270 VarPrefix = getInstrProfCountersVarPrefix(); in setupProfileSection()
1271 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection()
1275 VarPrefix = getInstrProfBitmapVarPrefix(); in setupProfileSection()
1276 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection()