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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1839 bool isConstant = Record[1]; local
1861 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2112 bool isConstant = Record[1]; local
2134 new GlobalVariable(*TheModule, Ty, isConstant, Linkage, 0, "", 0,

Completed in 1748 milliseconds