HomeSort by relevance Sort by last modified time
    Searched full:materializeall (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 38 if (std::error_code EC = M->materializeAll()) {
  /external/spirv-llvm/tools/llvm-spirv/
llvm-spirv.cpp 138 if (std::error_code EC = M->materializeAll()){
258 if (std::error_code EC = M->materializeAll()){
  /frameworks/rs/rsov/compiler/
rs2spirv.cpp 94 if (std::error_code EC = M->materializeAll()) {
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 167 (*MOrErr)->materializeAll();
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkArchives.cpp 168 if (aModule->MaterializeAll(&moduleErrorMsg))
  /frameworks/compile/libbcc/lib/
Source.cpp 181 pModule.materializeAll();
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 254 M->materializeAll();
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 360 ec = module->materializeAll();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 65 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 76 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 76 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 65 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 76 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 76 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitcodeReader.h 81 bool MaterializeAll,
  /external/llvm/lib/IR/
Module.cpp 402 "Module already has a GVMaterializer. Call materializeAll"
414 std::error_code Module::materializeAll() {
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 406 /// MaterializeAll - Make sure all GlobalValues in this Module are fully read.
410 bool MaterializeAll(std::string *ErrInfo = 0);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Module.cpp 363 bool Module::MaterializeAll(std::string *ErrInfo) {
370 if (MaterializeAll(ErrInfo))

Completed in 537 milliseconds

1 2