Searched refs:VarPrefix (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 273 const std::string &VarPrefix, in collectStatsForDie() argument 423 std::string VarID = constructDieID(Die, VarPrefix); in collectStatsForDie() 496 DWARFDie Die, std::string FnPrefix, std::string VarPrefix, in collectStatsRecursive() argument 549 VarPrefix = "v"; in collectStatsRecursive() 611 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive() 626 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1604 StringRef VarPrefix; in setupProfileSection() local 1607 VarPrefix = getInstrProfCountersVarPrefix(); in setupProfileSection() 1608 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection() 1612 VarPrefix = getInstrProfBitmapVarPrefix(); in setupProfileSection() 1613 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection()
|