Searched defs:GVName (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | Mangler.cpp | 32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 71 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Mangler.cpp | 33 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 62 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 69 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 75 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Mangler.cpp | 104 const Twine &GVName, ManglerPrefixTy PrefixTy) { in getNameWithPrefix()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 625 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2292 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
|