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

  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 466 std::string GVName = GV->getName(), Prefix = "dfs$";
467 GV->setName(Prefix + GVName);
475 std::string SearchStr = ".symver " + GVName + ",";
479 ".symver " + Prefix + GVName + "," + Prefix);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 3736 milliseconds