HomeSort by: relevance | last modified time | path
    Searched refs:BitcodeLTOInfo (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 53 struct BitcodeLTOInfo {
112 Expected<BitcodeLTOInfo> getLTOInfo();
178 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
llvm-dis.cpp 187 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo());
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef);
LTOBackend.cpp 664 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo();
LTO.cpp 637 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6958 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() {
6976 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false,
6985 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true,
6994 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true,
7104 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) {

Completed in 21 milliseconds