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

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

Completed in 41 milliseconds