Home
last modified time | relevance | path

Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h93 struct BitcodeLTOInfo { struct
152 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp220 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
H A DLTOBackend.cpp678 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
H A DLTO.cpp732 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8421 BitcodeLTOInfo &LTOInfo) {
8470 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() {
8487 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false,
8492 BitcodeLTOInfo LTOInfo;
8504 BitcodeLTOInfo LTOInfo;
8621 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) {