Home
last modified time | relevance | path

Searched refs:getLTOInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h107 Expected<BitcodeLTOInfo> getLTOInfo();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp520 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5815 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo() function in BitcodeModule
5945 return BM->getLTOInfo(); in getBitcodeLTOInfo()