Searched refs:RealName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1075 StringRef RealName = extractName(Name); in populateRemappings() local 1076 if (auto Key = Remappings.insert(RealName)) { in populateRemappings() 1080 MappedNames.insert({Key, RealName}); in populateRemappings() 1088 StringRef RealName = extractName(FuncName); in getRecords() local 1089 if (auto Key = Remappings.lookup(RealName)) { in getRecords() 1092 if (RealName.begin() == FuncName.begin() && in getRecords() 1093 RealName.end() == FuncName.end()) in getRecords() 1098 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 195 std::string RealName; member in __anon5c4e8b480111::RealFile 200 RealName(NewRealPathName.str()) { 233 return RealName.empty() ? S.getName().str() : RealName; in getName() 251 RealName = Path.str(); in setPath() 327 SmallString<256> RealName, Storage; in openFileForRead() local 329 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead() 333 new RealFile(*FDOrErr, Name.str(), RealName.str())); in openFileForRead()
|