Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1378 bool NeedsMetadataAttachment = false; in WriteFunction() local
1392 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in WriteFunction()
1418 if (NeedsMetadataAttachment) in WriteFunction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1507 bool NeedsMetadataAttachment = false; in WriteFunction() local
1521 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in WriteFunction()
1549 if (NeedsMetadataAttachment) in WriteFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1440 bool NeedsMetadataAttachment = false; in WriteFunction() local
1454 NeedsMetadataAttachment |= I->hasMetadataOtherThanDebugLoc(); in WriteFunction()
1482 if (NeedsMetadataAttachment) in WriteFunction()