HomeSort by relevance Sort by last modified time
    Searched refs:BitcodeModule (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
LTOBackend.h 30 class BitcodeModule;
48 MapVector<StringRef, BitcodeModule> &ModuleMap);
LTO.h 35 class BitcodeModule;
92 std::vector<BitcodeModule> Mods;
306 MapVector<StringRef, BitcodeModule> ModuleMap;
378 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
383 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRObjectFile.h 23 class BitcodeModule;
81 std::vector<BitcodeModule> Mods;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitcodeReader.h 57 class BitcodeModule {
71 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier,
119 std::vector<BitcodeModule> Mods;
131 Expected<std::vector<BitcodeModule>>
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-modextract/
llvm-modextract.cpp 46 std::vector<BitcodeModule> Ms = ExitOnErr(getBitcodeModuleList(*MB));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cat/
llvm-cat.cpp 58 std::vector<BitcodeModule> Mods = ExitOnErr(getBitcodeModuleList(*MB));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 416 // Requires a destructor for MapVector<BitcodeModule>.
524 BitcodeModule BM = Input.Mods[ModI];
583 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
722 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
    [all...]
LTOBackend.cpp 460 MapVector<StringRef, BitcodeModule> &ModuleMap) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRObjectFile.cpp 115 Expected<std::vector<BitcodeModule>> BMsOrErr =
IRSymtab.cpp 331 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 950 milliseconds