Searched refs:getMDOrNull (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1893 auto getMDOrNull = [&](unsigned ID) -> Metadata *{ local
1901 return cast_or_null<MDString>(getMDOrNull(ID));
2106 getMDOrNull(Record[3]), Record[4],
2107 getMDOrNull(Record[5]), getMDOrNull(Record[6]),
2109 getMDOrNull(Record[11]))),
2120 getMDOrNull(Record[3]), Record[4],
2121 getMDOrNull(Record[5]), getMDOrNull(Record[6]),
2123 getMDOrNull(Recor
[all...]

Completed in 236 milliseconds