Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1467 bool isCStr7 = Code == bitc::CST_CODE_CSTRING; in WriteConstants() local
1472 isCStr7 &= (V & 128) == 0; in WriteConstants()
1479 else if (isCStr7) in WriteConstants()