HomeSort by relevance Sort by last modified time
    Searched refs:getModuleIdentifier (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
utils_test.cc 41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll"));
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 85 raw_fd_ostream Out(M->getModuleIdentifier() + ".ll", EC,
88 errs() << "Couldn't open " << M->getModuleIdentifier()
  /external/llvm/lib/IR/
DiagnosticPrinter.cpp 106 Stream << M.getModuleIdentifier();
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 29 const std::string ModuleID = M->getModuleIdentifier();
38 ModulesLookedUp.insert(M->getModuleIdentifier());
50 return ModulesLookedUp.find(M->getModuleIdentifier())
56 const std::string ModuleID = M->getModuleIdentifier();
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkArchives.cpp 171 verbose(" Linking in module: " + aModule->getModuleIdentifier());
176 aModule->getModuleIdentifier() + "': " + moduleErrorMsg);
  /external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 78 for (auto C : M.getModuleIdentifier())
FunctionImportUtils.cpp 91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier()));
  /frameworks/compile/libbcc/lib/
Source.cpp 191 pModule.getModuleIdentifier().c_str());
225 return mModule->getModuleIdentifier();
RSEmbedInfo.cpp 183 module->getModuleIdentifier().c_str(), slangVersion.str().c_str(),
  /external/clang/examples/clang-interpreter/
main.cpp 74 Args.push_back(M.getModuleIdentifier());
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 48 const std::string &MId = M.getModuleIdentifier();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 48 const std::string &MId = M.getModuleIdentifier();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneModule.cpp 36 Module *New = new Module(M->getModuleIdentifier(), M->getContext());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 74 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 86 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 86 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 74 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 86 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 86 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; }

Completed in 463 milliseconds

1 2 3 4