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

/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1170 auto getMDString = [&](unsigned ID) -> MDString * { local
1341 auto *Header = getMDString(Record[3]);
1414 (Context, Value, IsUnsigned, getMDString(Record[2]))),
1430 (Context, Record[1], getMDString(Record[2]), Record[3],
1448 (Context, Record[1], getMDString(Record[2]),
1474 (Context, Record[1], getMDString(Record[2]),
1493 MDString *Name = getMDString(Record[2]);
1514 auto *Identifier = getMDString(Record[15]);
1610 getMDOrNull(Record[0 + Offset]), getMDString(Record[1 + Offset]),
1611 getMDString(Recor
[all...]

Completed in 115 milliseconds