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 548 VarPrefix = "v"; in collectStatsRecursive() 610 collectStatsForDie(Die, FnPrefix, VarPrefix, BytesInScope, InlineDepth, in collectStatsRecursive() 625 std::string ChildVarPrefix = VarPrefix; in collectStatsRecursive()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1607 StringRef VarPrefix; in setupProfileSection() local 1610 VarPrefix = getInstrProfCountersVarPrefix(); in setupProfileSection() 1611 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection() 1615 VarPrefix = getInstrProfBitmapVarPrefix(); in setupProfileSection() 1616 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection()
|