Searched defs:GVName (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Mangler.cpp | 35 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 64 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName, in getNameWithPrefixImpl() 71 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName, in getNameWithPrefix() 77 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 111 std::string GVName = in BPFPreserveDITypeImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 347 auto GVName = GV->getName(); in emitPartition() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 1261 std::string GVName = std::string(GV->getName()), Suffix = ".dfsan"; in addGlobalNameSuffix() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3278 std::string GVName = llvm::join(NameItems, NameItems + 2, "."); in EmitPredefinedLValue() local
|
H A D | CGDebugInfo.cpp | 2482 StringRef GVName; in getDynamicInitializerName() local
|