OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeByID
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
450
Type *BitcodeReader::
getTypeByID
(unsigned ID) {
813
ResultTy =
getTypeByID
(Record[0]);
826
if (Type *T =
getTypeByID
(Record[i]))
832
ResultTy =
getTypeByID
(Record[2]);
845
if (Type *T =
getTypeByID
(Record[i]))
851
ResultTy =
getTypeByID
(Record[1]);
863
if (Type *T =
getTypeByID
(Record[i]))
896
if (Type *T =
getTypeByID
(Record[i]))
928
if ((ResultTy =
getTypeByID
(Record[1])))
936
if ((ResultTy =
getTypeByID
(Record[1]))
[
all
...]
BitcodeReader.h
260
Type *
getTypeByID
(unsigned ID);
296
ResVal = getFnValueByID(ValNo,
getTypeByID
(TypeNo));
Completed in 521 milliseconds