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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp979 unsigned BitCode = Stream.ReadRecord(Code, Record); local
980 switch (BitCode) {
1068 BitCode == bitc::CST_CODE_CSTRING);
1177 BitCode ==
1946 unsigned BitCode = Stream.ReadRecord(Code, Record); local
1947 switch (BitCode) {
2062 if (BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP)

Completed in 60 milliseconds