Searched refs:IRSymtabFile (Results 1 – 4 of 4) sorted by relevance
74 struct IRSymtabFile { struct81 Expected<IRSymtabFile> readIRSymtab(MemoryBufferRef MBRef); argument
136 Expected<IRSymtabFile> object::readIRSymtab(MemoryBufferRef MBRef) { in readIRSymtab()137 IRSymtabFile F; in readIRSymtab()
475 Expected<IRSymtabFile> FOrErr = readIRSymtab(Object); in create()
1193 IRSymtabFile symtabFile = check(readIRSymtab(mb)); in isBitcodeNonCommonDef()