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.cpp2640 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
2654 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
2681 if (NeedsMetadataAttachment) in writeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3566 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
3580 NeedsMetadataAttachment |= I.hasMetadataOtherThanDebugLoc(); in writeFunction()
3705 if (NeedsMetadataAttachment) in writeFunction()