Searched defs:GVName (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 103 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 344 auto GVName = GV->getName(); in emitPartition() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1192 std::string GVName = std::string(GV->getName()), Prefix = "dfs$"; in addGlobalNamePrefix() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2955 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
|
H A D | CGDebugInfo.cpp | 2126 StringRef GVName; in getDynamicInitializerName() local
|