Searched defs:GVName (Results 1 – 11 of 11) 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-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 32 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/ |
D | Mangler.cpp | 32 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/ |
D | BPFPreserveDIType.cpp | 94 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 344 auto GVName = GV->getName(); in emitPartition() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 515 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 631 std::string GVName = GV->getName(), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 691 std::string GVName = std::string(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
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2946 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
|
D | CGDebugInfo.cpp | 2066 StringRef GVName; in getDynamicInitializerName() local
|