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

  /external/llvm/include/llvm/IR/
Mangler.h 47 /// name. GVName must not be empty.
48 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
51 const Twine &GVName, const DataLayout &DL);
  /external/llvm/lib/IR/
Mangler.cpp 32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName,
36 StringRef Name = GVName.toStringRef(TmpData);
58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName,
62 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix);
65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
67 return getNameWithPrefixImpl(OS, GVName, DL, Default);
71 const Twine &GVName, const DataLayout &DL) {
74 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
Mangler.h 67 /// and the specified name as the global variable name. GVName must not be
69 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
  /external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp 101 /// and the specified name as the global variable name. GVName must not be
104 const Twine &GVName, ManglerPrefixTy PrefixTy) {
106 StringRef Name = GVName.toStringRef(TmpData);
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 515 std::string GVName = GV->getName(), Prefix = "dfs$";
516 GV->setName(Prefix + GVName);
524 std::string SearchStr = ".symver " + GVName + ",";
528 ".symver " + Prefix + GVName + "," + Prefix);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 206 milliseconds