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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1366 bool NeedsMetadataAttachment = false; local
1380 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1407 if (NeedsMetadataAttachment)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1383 bool NeedsMetadataAttachment = false; local
1397 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1424 if (NeedsMetadataAttachment)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1479 bool NeedsMetadataAttachment = false; local
1493 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1520 if (NeedsMetadataAttachment)

Completed in 108 milliseconds