| /external/llvm/test/CodeGen/ARM/ | 
| D | byval_load_align.ll | 12 %struct.ModuleID = type { [32 x i8], [32 x i8], i16 } 14 @sID = internal constant %struct.ModuleID { [32 x i8] c"TEST\00\00\00\00\00\00\00\00\00\00\00\00\00… 19   tail call void @Logger(i8 signext 97, %struct.ModuleID* byval @sID) #2 23 declare void @Logger(i8 signext, %struct.ModuleID* byval) #1
  | 
| D | fpowi.ll | 4 ; ModuleID = '<stdin>'
  | 
| D | bicZext.ll | 2 ; ModuleID = 'bic.c'
  | 
| /external/llvm/unittests/ExecutionEngine/MCJIT/ | 
| D | MCJITObjectCacheTest.cpp | 29     const std::string ModuleID = M->getModuleIdentifier();  in notifyObjectCompiled()  local 30     if (ObjMap.find(ModuleID) != ObjMap.end())  in notifyObjectCompiled() 33     ObjMap[ModuleID] = copyBuffer(Obj);  in notifyObjectCompiled() 56     const std::string ModuleID = M->getModuleIdentifier();  in getObjectInternal()  local 57     StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID);  in getObjectInternal()
  | 
| /external/llvm/test/Bindings/llvm-c/ | 
| D | calc.test | 5 ;CHECK: ModuleID = 'test' 12 ;CHECK: ModuleID = 'arg1'
  | 
| /external/clang/test/CodeGenObjC/ | 
| D | next-objc-dispatch.m | 29 // CHECK-FRAGILE_LEGACY: ModuleID 35 // CHECK-NONFRAGILE_LEGACY: ModuleID 41 // CHECK-NONFRAGILE_NONLEGACY: ModuleID
  | 
| /external/llvm/include/llvm/IR/ | 
| D | Module.h | 182   std::string ModuleID;           ///< Human readable identifier for the module 198   explicit Module(StringRef ModuleID, LLVMContext& C); 208   const std::string &getModuleIdentifier() const { return ModuleID; } 220   StringRef getName() const { return ModuleID; } 259   void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | Module.h | 185   std::string ModuleID;           ///< Human readable identifier for the module  variable 201   explicit Module(StringRef ModuleID, LLVMContext& C); 211   const std::string &getModuleIdentifier() const { return ModuleID; }  in getModuleIdentifier() 228   StringRef getName() const { return ModuleID; }  in getName() 274   void setModuleIdentifier(StringRef ID) { ModuleID = ID; }  in setModuleIdentifier()
  | 
| /external/llvm/test/Other/X86/ | 
| D | inline-asm-newline-terminator.ll | 3 ; ModuleID = 't.c'
  | 
| /external/clang/include/clang/Lex/ | 
| D | ExternalPreprocessorSource.h | 43   virtual Module *getModule(unsigned ModuleID) = 0;
  | 
| /external/llvm/test/Transforms/GlobalOpt/ | 
| D | atexit.ll | 3 ; CHECK: ModuleID
  | 
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ | 
| D | toy.cpp | 704     const std::string ModuleID = M->getModuleIdentifier();  in notifyObjectCompiled()  local 707     if (0 == ModuleID.compare(0, 3, "IR:")) {  in notifyObjectCompiled() 708       std::string IRFileName = ModuleID.substr(3);  in notifyObjectCompiled() 726     const std::string ModuleID = M->getModuleIdentifier();  in getObject()  local 729     if (0 == ModuleID.compare(0, 3, "IR:")) {  in getObject() 730       std::string IRFileName = ModuleID.substr(3);  in getObject() 952   const std::string ModuleID = M->getModuleIdentifier();  in compileModule()  local 955   if (0 != ModuleID.compare(0, 3, "IR:")) {  in compileModule()
  | 
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ | 
| D | toy.cpp | 685     const std::string ModuleID = M->getModuleIdentifier();  in notifyObjectCompiled()  local 688     if (0 == ModuleID.compare(0, 3, "IR:")) {  in notifyObjectCompiled() 689       std::string IRFileName = ModuleID.substr(3);  in notifyObjectCompiled() 707     const std::string ModuleID = M->getModuleIdentifier();  in getObject()  local 710     if (0 == ModuleID.compare(0, 3, "IR:")) {  in getObject() 711       std::string IRFileName = ModuleID.substr(3);  in getObject() 911   const std::string ModuleID = M->getModuleIdentifier();  in compileModule()  local 914   if (0 != ModuleID.compare(0, 3, "IR:")) {  in compileModule()
  | 
| /external/llvm/test/Bitcode/Inputs/ | 
| D | thinlto-function-summary-callgraph.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'
  | 
| D | thinlto-function-summary-callgraph-pgo.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'
  | 
| /external/rust/crates/num-bigint/out/ | 
| D | probe1.ll | 1 ; ModuleID = 'probe1.75b01371-cgu.0'
  | 
| D | probe0.ll | 1 ; ModuleID = 'probe0.77f1aead-cgu.0'
  | 
| D | probe2.ll | 1 ; ModuleID = 'probe2.07e5c90d-cgu.0'
  | 
| D | probe3.ll | 1 ; ModuleID = 'probe3.f9c981a2-cgu.0'
  | 
| /external/llvm/test/CodeGen/AArch64/ | 
| D | compiler-ident.ll | 3 ; ModuleID = 'compiler-ident.c'
  | 
| /external/llvm/test/Linker/ | 
| D | 2008-03-05-AliasReference2.ll | 4 ; ModuleID = 'bug.o'
  | 
| D | 2008-03-07-DroppedSection_b.ll | 7 ; ModuleID = 'u.bc'
  | 
| /external/llvm/test/CodeGen/PowerPC/ | 
| D | ppc64-crash.ll | 3 ; ModuleID = 'undo.c'
  | 
| /external/llvm/test/Transforms/GVN/ | 
| D | basic-undef-test.ll | 2 ; ModuleID = 'test3.ll'
  | 
| /external/llvm/test/CodeGen/X86/ | 
| D | 2008-10-06-x87ld-nan-1.ll | 1 ; ModuleID = 'nan.bc'
  |