Home
last modified time | relevance | path

Searched defs:GVName (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DMangler.cpp32 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/
DMangler.cpp33 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/
DMangler.cpp104 const Twine &GVName, ManglerPrefixTy PrefixTy) { in getNameWithPrefix()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp625 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/clang/lib/CodeGen/
DCGExpr.cpp2292 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local