Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2674 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
2688 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
2715 if (NeedsMetadataAttachment) in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3728 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
3742 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()
3870 if (NeedsMetadataAttachment) in writeFunction()