Lines Matching refs:cfi
671 /// (suffix .cfi) instead of with the entry symbol in the symtab.
677 /// addr : symbol value of the <foo>.cfi value
718 static const std::string cfi = ".cfi";
719 if (name.size() > cfi.size()
720 && name.compare(name.size() - cfi.size(), cfi.size(), cfi) == 0)
721 // ... name.ends_with(".cfi")
723 const auto candidate_name = name.substr(0, name.size() - cfi.size());