HomeSort by: relevance | last modified time | path
    Searched refs:Remapped (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 475 // remapped into function name hashes.
697 StringRef Remapped = MappedNames.lookup(Key);
698 if (!Remapped.empty()) {
701 FuncName = Remapped;
705 reconstituteName(FuncName, RealName, Remapped, Reconstituted);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 567 /// Make a copy of the given function samples with all symbol names remapped
590 sampleprof::FunctionSamples Remapped =
593 Target[std::string(Remapped.getName())].merge(Remapped));
711 FunctionSamples Remapped =
714 FunctionSamples &Samples = Remapper ? Remapped : I->second;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2637 // Return a StringRef to the remapped Path.
2639 std::string Remapped = remapDIPath(Path);
2640 StringRef Relative(Remapped);

Completed in 23 milliseconds