Searched refs:IRSymtabFile (Results 1 – 4 of 4) sorted by relevance
76 struct IRSymtabFile { struct83 Expected<IRSymtabFile> readIRSymtab(MemoryBufferRef MBRef); argument
135 Expected<IRSymtabFile> object::readIRSymtab(MemoryBufferRef MBRef) { in readIRSymtab()136 IRSymtabFile F; in readIRSymtab()
1261 IRSymtabFile symtabFile = check(readIRSymtab(mb)); in isBitcodeNonCommonDef()
543 Expected<IRSymtabFile> FOrErr = readIRSymtab(Object); in create()