OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTypeByID
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
413
Type *BitcodeReader::
getTypeByID
(unsigned ID) {
673
ResultTy =
getTypeByID
(Record[0]);
685
if (Type *T =
getTypeByID
(Record[i]))
691
ResultTy =
getTypeByID
(Record[2]);
704
if (Type *T =
getTypeByID
(Record[i]))
710
ResultTy =
getTypeByID
(Record[1]);
722
if (Type *T =
getTypeByID
(Record[i]))
755
if (Type *T =
getTypeByID
(Record[i]))
787
if ((ResultTy =
getTypeByID
(Record[1])))
795
if ((ResultTy =
getTypeByID
(Record[1]))
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
430
Type *BitcodeReader::
getTypeByID
(unsigned ID) {
623
ResultTy =
getTypeByID
(Record[0]);
635
if (Type *T =
getTypeByID
(Record[i]))
641
ResultTy =
getTypeByID
(Record[2]);
653
if (Type *T =
getTypeByID
(Record[i]))
686
if (Type *T =
getTypeByID
(Record[i]))
718
if ((ResultTy =
getTypeByID
(Record[1])))
726
if ((ResultTy =
getTypeByID
(Record[1])))
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
710
Type *BitcodeReader::
getTypeByID
(unsigned ID) {
904
ResultTy =
getTypeByID
(Record[0]);
916
if (Type *T =
getTypeByID
(Record[i]))
922
ResultTy =
getTypeByID
(Record[2]);
[
all
...]
Completed in 80 milliseconds