Home
last modified time | relevance | path

Searched refs:BitcodeFileContents (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeReader.h90 struct BitcodeFileContents;
121 friend Expected<BitcodeFileContents>
164 struct BitcodeFileContents { struct
174 Expected<BitcodeFileContents> getBitcodeFileContents(MemoryBufferRef Buffer); argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDIRSymtab.h41 struct BitcodeFileContents;
375 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDIRObjectFile.cpp142 Expected<BitcodeFileContents> BFCOrErr = getBitcodeFileContents(*BCOrErr); in readIRSymtab()
HDIRSymtab.cpp417 Expected<FileContents> irsymtab::readBitcode(const BitcodeFileContents &BFC) { in readBitcode()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp199 BitcodeFileContents IF = ExitOnErr(llvm::getBitcodeFileContents(*MB)); in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp466 BitcodeFileContents BFC = in dumpSymtab()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp8220 Expected<BitcodeFileContents>
8227 BitcodeFileContents F; in getBitcodeFileContents()