Searched refs:getMDOrNull (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1562 auto getMDOrNull = [&](unsigned ID) -> Metadata *{ in ParseMetadata() local 1570 return cast_or_null<MDString>(getMDOrNull(ID)); in ParseMetadata() 1772 getMDOrNull(Record[3]), Record[4], in ParseMetadata() 1773 getMDOrNull(Record[5]), getMDOrNull(Record[6]), in ParseMetadata() 1775 getMDOrNull(Record[11]))), in ParseMetadata() 1786 getMDOrNull(Record[3]), Record[4], in ParseMetadata() 1787 getMDOrNull(Record[5]), getMDOrNull(Record[6]), in ParseMetadata() 1789 getMDOrNull(Record[11]), Record[12], in ParseMetadata() 1790 getMDOrNull(Record[13]), getMDOrNull(Record[14]), in ParseMetadata() 1801 (Context, Record[1], getMDOrNull(Record[2]))), in ParseMetadata() [all …]
|