Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h50 struct BitcodeLTOInfo { struct
107 Expected<BitcodeLTOInfo> getLTOInfo();
170 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h93 struct BitcodeLTOInfo { struct
151 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeReader.h93 struct BitcodeLTOInfo { struct
152 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeReader.h93 struct BitcodeLTOInfo { struct
152 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeReader.h93 struct BitcodeLTOInfo { struct
152 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeReader.h93 struct BitcodeLTOInfo { struct
152 Expected<BitcodeLTOInfo> getLTOInfo();
219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp73 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
H A DLTO.cpp592 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTOBackend.cpp663 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
H A DLTOModule.cpp75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
H A DLTO.cpp657 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6579 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()
6597 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()
6606 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true, in getLTOInfo()
6615 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true, in getLTOInfo()
6723 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8065 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()
8082 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()
8091 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true, in getLTOInfo()
8100 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true, in getLTOInfo()
8211 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()