Searched refs:RealName (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 854 StringRef RealName = extractName(Name); in populateRemappings() local 855 if (auto Key = Remappings.insert(RealName)) { in populateRemappings() 859 MappedNames.insert({Key, RealName}); in populateRemappings() 867 StringRef RealName = extractName(FuncName); in getRecords() local 868 if (auto Key = Remappings.lookup(RealName)) { in getRecords() 871 if (RealName.begin() == FuncName.begin() && in getRecords() 872 RealName.end() == FuncName.end()) in getRecords() 877 reconstituteName(FuncName, RealName, Remapped, Reconstituted); in getRecords()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | pwent.t | 48 RealName NFSHomeDirectory UserShell};
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 184 std::string RealName; member in __anon4785343f0111::RealFile 189 RealName(NewRealPathName.str()) { 222 return RealName.empty() ? S.getName().str() : RealName; in getName() 240 RealName = Path.str(); in setPath() 316 SmallString<256> RealName, Storage; in openFileForRead() local 318 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead() 322 new RealFile(*FDOrErr, Name.str(), RealName.str())); in openFileForRead()
|