Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1368 bool NeedsMetadataAttachment = false; in WriteFunction() local
1382 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in WriteFunction()
1409 if (NeedsMetadataAttachment) in WriteFunction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2898 bool NeedsMetadataAttachment = F.hasMetadata(); in writeFunction() local
2911 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in writeFunction()
2937 if (NeedsMetadataAttachment) in writeFunction()