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) {136 IRSymtabFile F; in readIRSymtab()
555 Expected<IRSymtabFile> FOrErr = readIRSymtab(Object); in create()
1319 IRSymtabFile symtabFile = check(readIRSymtab(mb)); in isBitcodeNonCommonDef()