Searched refs:ShouldCreate (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 256 StorageType Storage, bool ShouldCreate = true) { 258 DwarfOps, Storage, ShouldCreate); 265 bool ShouldCreate = true); 324 bool ShouldCreate = true); 360 bool ShouldCreate = true); 364 bool ShouldCreate = true); 370 bool ShouldCreate = true); 426 bool ShouldCreate = true); 477 StorageType Storage, bool ShouldCreate = true) { 479 getCanonicalMDString(Context, Name), Storage, ShouldCreate); [all …]
|
| H A D | Metadata.h | 1494 bool ShouldCreate = true);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 102 StorageType Storage, bool ShouldCreate) { in getImpl() argument 112 if (!ShouldCreate) in getImpl() 115 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 575 StorageType Storage, bool ShouldCreate) { in getImpl() argument 581 if (!ShouldCreate) in getImpl() 585 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 608 if (!ShouldCreate) \ 611 assert(ShouldCreate && \ 635 StorageType Storage, bool ShouldCreate) { in getImpl() argument 641 ShouldCreate); in getImpl() [all …]
|
| H A D | Metadata.cpp | 1032 StorageType Storage, bool ShouldCreate) { in getImpl() argument 1038 if (!ShouldCreate) in getImpl() 1042 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
|