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 D | BitcodeReader.h | 50 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 D | BitcodeReader.h | 93 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/ |
D | BitcodeReader.h | 93 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/ |
D | BitcodeReader.h | 93 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/ |
D | BitcodeReader.h | 93 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/ |
D | BitcodeReader.h | 93 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 D | LTOModule.cpp | 73 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
|
H A D | LTO.cpp | 592 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 663 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
|
H A D | LTOModule.cpp | 75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
|
H A D | LTO.cpp | 657 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 D | BitcodeReader.cpp | 6579 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 D | BitcodeReader.cpp | 8065 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()
|