Searched refs:ShouldCreate (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 246 StorageType Storage, bool ShouldCreate = true) { 248 DwarfOps, Storage, ShouldCreate); 253 StorageType Storage, bool ShouldCreate = true); 312 bool ShouldCreate = true); 347 bool ShouldCreate = true); 351 bool ShouldCreate = true); 356 bool ShouldCreate = true); 412 bool ShouldCreate = true); 463 StorageType Storage, bool ShouldCreate = true) { 465 getCanonicalMDString(Context, Name), Storage, ShouldCreate); [all …]
|
| H A D | Metadata.h | 1344 StorageType Storage, bool ShouldCreate = true);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 69 StorageType Storage, bool ShouldCreate) { in getImpl() argument 78 if (!ShouldCreate) in getImpl() 81 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 324 StorageType Storage, bool ShouldCreate) { in getImpl() argument 330 if (!ShouldCreate) in getImpl() 334 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 357 if (!ShouldCreate) \ 360 assert(ShouldCreate && \ 384 StorageType Storage, bool ShouldCreate) { in getImpl() argument 390 ShouldCreate); in getImpl() [all …]
|
| H A D | Metadata.cpp | 922 StorageType Storage, bool ShouldCreate) { in getImpl() argument 928 if (!ShouldCreate) in getImpl() 932 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
|