Home
last modified time | relevance | path

Searched defs:GVName (Results 1 – 11 of 11) 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-10.0/llvm/lib/IR/
DMangler.cpp32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
61 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
68 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
74 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
/external/llvm-project/llvm/lib/IR/
DMangler.cpp32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
61 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl()
68 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix()
74 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp94 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp344 auto GVName = GV->getName(); in emitPartition() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp631 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp691 std::string GVName = std::string(GV->getName()), Prefix = "dfs$"; in addGlobalNamePrefix() local
/external/clang/lib/CodeGen/
DCGExpr.cpp2292 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2946 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
DCGDebugInfo.cpp2066 StringRef GVName; in getDynamicInitializerName() local