Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2687 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
2701 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
2728 if (NeedsMetadataAttachment) in writeFunction()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3380 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
3394 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()
3448 if (NeedsMetadataAttachment) in writeFunction()