Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp103 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp344 auto GVName = GV->getName(); in emitPartition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1192 std::string GVName = std::string(GV->getName()), Prefix = "dfs$"; in addGlobalNamePrefix() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2955 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
H A DCGDebugInfo.cpp2126 StringRef GVName; in getDynamicInitializerName() local