HomeSort by relevance Sort by last modified time
    Searched refs:SearchStr (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.h 229 @param[in] SearchStr The string to search for.
236 IN CHAR16 *SearchStr,
FileBuffer.c     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 524 std::string SearchStr = ".symver " + GVName + ",";
525 size_t Pos = Asm.find(SearchStr);
527 Asm.replace(Pos, SearchStr.size(),
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 589 StringRef SearchStr, ToFindStr;
590 bool HasStr1 = getConstantStringInfo(CI->getArgOperand(0), SearchStr);
599 size_t Offset = SearchStr.find(ToFindStr);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 695 std::string SearchStr, ToFindStr;
696 bool HasStr1 = GetConstantStringInfo(CI->getArgOperand(0), SearchStr);
705 std::string::size_type Offset = SearchStr.find(ToFindStr);
    [all...]

Completed in 305 milliseconds