Home
last modified time | relevance | path

Searched refs:IRSymtabFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h76 struct IRSymtabFile { struct
83 Expected<IRSymtabFile> readIRSymtab(MemoryBufferRef MBRef); argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp135 Expected<IRSymtabFile> object::readIRSymtab(MemoryBufferRef MBRef) { in readIRSymtab()
136 IRSymtabFile F; in readIRSymtab()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1261 IRSymtabFile symtabFile = check(readIRSymtab(mb)); in isBitcodeNonCommonDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp543 Expected<IRSymtabFile> FOrErr = readIRSymtab(Object); in create()