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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1079 auto getMDOrNull = [&](unsigned ID) -> Metadata * { local
1092 auto MDS = getMDOrNull(ID);
1098 return MetadataList.upgradeTypeRef(getMDOrNull(ID));
1211 Elts.push_back(getMDOrNull(ID));
1226 Metadata *InlinedAt = getMDOrNull(Record[4]);
1249 DwarfOps.push_back(getMDOrNull(Record[I]));
1267 Val = GET_OR_DISTINCT(DISubrange, (Context, getMDOrNull(Record[1]),
1323 getMDOrNull(Record[3]), Record[4],
1342 Metadata *File = getMDOrNull(Record[3]);
1374 Elements = getMDOrNull(Recor
[all...]

Completed in 163 milliseconds