HomeSort by relevance Sort by last modified time
    Searched defs:writeNameIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 83 std::error_code SampleProfileWriterBinary::writeNameIdx(StringRef FName) {
158 if (std::error_code EC = writeNameIdx(S.getName()))
175 if (std::error_code EC = writeNameIdx(Callee))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProfWriter.cpp 119 std::error_code SampleProfileWriterBinary::writeNameIdx(StringRef FName) {
237 if (std::error_code EC = writeNameIdx(S.getName()))
254 if (std::error_code EC = writeNameIdx(Callee))

Completed in 1270 milliseconds