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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1378 bool NeedsMetadataAttachment = false; local
1392 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1418 if (NeedsMetadataAttachment)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1440 bool NeedsMetadataAttachment = false; local
1454 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1482 if (NeedsMetadataAttachment)
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1506 bool NeedsMetadataAttachment = false; local
1520 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc();
1548 if (NeedsMetadataAttachment)

Completed in 14 milliseconds