Searched refs:getIfExists (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 197 LLVM_ABI static MetadataAsValue *getIfExists(LLVMContext &Context, 441 static ReplaceableMetadataImpl *getIfExists(Metadata &MD); 487 LLVM_ABI static ValueAsMetadata *getIfExists(Value *V); 490 return cast_or_null<ConstantAsMetadata>(getIfExists(C)); in getConstantIfExists() 494 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists() 539 static ConstantAsMetadata *getIfExists(Constant *C) { in getIfExists() function 565 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() function 1217 static inline MDTuple *getIfExists(LLVMContext &Context, 1509 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1552 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { [all …]
|
| H A D | DebugInfoMetadata.h | 56 static CLASS *getIfExists(LLVMContext &Context, \ 2068 static void getIfExists() = delete;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerMetadata.cpp | 87 if (llvm::MDNode::getIfExists(CGM.getLLVMContext(), GlobalMetadata)) in reportGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 53 auto *L = ValueAsMetadata::getIfExists(V); in findDbgDeclares() 56 auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L); in findDbgDeclares() 72 auto *L = ValueAsMetadata::getIfExists(V); in findDVRDeclares() 89 auto *L = ValueAsMetadata::getIfExists(V); in findDVRValues() 123 if (auto *MDV = MetadataAsValue::getIfExists(Ctx, MD)) { in findDbgIntrinsics() 141 if (auto *L = LocalAsMetadata::getIfExists(V)) { in findDbgIntrinsics() 1964 auto *IDAsValue = MetadataAsValue::getIfExists(Ctx, ID); in getAssignmentMarkers()
|
| H A D | Metadata.cpp | 111 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context, in getIfExists() function in MetadataAsValue 225 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) in untrack() 235 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) { in retrack() 468 ReplaceableMetadataImpl *ReplaceableMetadataImpl::getIfExists(Metadata &MD) { in getIfExists() function in ReplaceableMetadataImpl 521 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) { in getIfExists() function in ValueAsMetadata
|
| H A D | Verifier.cpp | 5088 if (auto *AsValue = MetadataAsValue::getIfExists(Context, MD)) { in visitDIAssignIDMetadata()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22026 {"_ZN4llvm6MDNode11getIfExistsERNS_11LLVMContextEPKPNS_5ValueEj", "llvm::MDNode::getIfExists(llvm::…
|