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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1384 bool NeedsMetadataAttachment = false; local
1398 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1425 if (NeedsMetadataAttachment)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1401 bool NeedsMetadataAttachment = false; local
1415 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1442 if (NeedsMetadataAttachment)

Completed in 51 milliseconds