Home
last modified time | relevance | path

Searched refs:ShouldCreate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h253 StorageType Storage, bool ShouldCreate = true) {
255 DwarfOps, Storage, ShouldCreate);
260 StorageType Storage, bool ShouldCreate = true);
319 bool ShouldCreate = true);
358 bool ShouldCreate = true);
362 bool ShouldCreate = true);
367 bool ShouldCreate = true);
423 bool ShouldCreate = true);
474 StorageType Storage, bool ShouldCreate = true) {
476 getCanonicalMDString(Context, Name), Storage, ShouldCreate);
[all …]
H A DMetadata.h1488 StorageType Storage, bool ShouldCreate = true);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp83 StorageType Storage, bool ShouldCreate) { in getImpl() argument
92 if (!ShouldCreate) in getImpl()
95 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
395 StorageType Storage, bool ShouldCreate) { in getImpl() argument
401 if (!ShouldCreate) in getImpl()
405 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
428 if (!ShouldCreate) \
431 assert(ShouldCreate && \
455 StorageType Storage, bool ShouldCreate) { in getImpl() argument
461 ShouldCreate); in getImpl()
[all …]
H A DMetadata.cpp1025 StorageType Storage, bool ShouldCreate) { in getImpl() argument
1031 if (!ShouldCreate) in getImpl()
1035 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()