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