Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3332 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
3345 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
3373 if (NeedsMetadataAttachment) in writeFunction()