/external/llvm-project/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(%struct.ModuleID) @sID) #2 23 declare void @Logger(i8 signext, %struct.ModuleID* byval(%struct.ModuleID)) #1
|
/external/llvm-project/llvm/test/Other/ |
D | change-printer.ll | 61 ; CHECK-SIMPLE-NEXT: ; ModuleID = {{.+}} 75 ; CHECK-FUNC-FILTER-NEXT: ; ModuleID = {{.+}} 81 ; CHECK-PRINT-MOD-SCOPE-NEXT: ModuleID = {{.+}} 83 ; CHECK-PRINT-MOD-SCOPE-NEXT: ModuleID = {{.+}} 85 ; CHECK-PRINT-MOD-SCOPE-NEXT: ModuleID = {{.+}} 88 ; CHECK-FUNC-FILTER-MOD-SCOPE-NEXT: ; ModuleID = {{.+}} 91 ; CHECK-FUNC-FILTER-MOD-SCOPE-NEXT: ModuleID = {{.+}} 94 ; CHECK-FILTER-MULT-FUNC-NEXT: ; ModuleID = {{.+}} 102 ; CHECK-FILTER-PASSES-NEXT: ; ModuleID = {{.+}} 108 ; CHECK-FILTER-MULT-PASSES-NEXT: ; ModuleID = {{.+}} [all …]
|
D | scc-pass-printer.ll | 33 ; LEGACY-MOD-NEXT: ModuleID = 39 ; INL-MOD-NEXT: ModuleID = 48 ; INL-MOD-NEXT: ModuleID = 57 ; INL-MOD-NEXT: ModuleID =
|
D | 2010-05-06-Printer.ll | 13 ;ALL-NOT: IR Dump After {{.*}}; ModuleID = 16 ;ALL: ModuleID =
|
D | print-module-scope.ll | 21 ; CFG-NEXT: ModuleID = 27 ; CFG-NEXT: ModuleID = 35 ; FOO-NEXT: ModuleID =
|
/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
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 28 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local 29 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled() 32 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled() 55 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local 56 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
|
/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-project/llvm/test/Bindings/llvm-c/ |
D | calc.test | 5 ;CHECK: ModuleID = 'test' 12 ;CHECK: ModuleID = 'arg1'
|
/external/llvm/test/Bindings/llvm-c/ |
D | calc.test | 5 ;CHECK: ModuleID = 'test' 12 ;CHECK: ModuleID = 'arg1'
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 104 ReportModuleExportsHelper(std::set<ClangModulesDeclVendor::ModuleID> &exports, 123 typedef std::set<ModuleID> ImportedModuleSet; 198 std::set<ClangModulesDeclVendor::ModuleID> &exports, in ReportModuleExportsHelper() 200 if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module))) in ReportModuleExportsHelper() 203 exports.insert(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module)); in ReportModuleExportsHelper() 216 std::set<ClangModulesDeclVendor::ModuleID> exports_set; in ReportModuleExports() 220 for (ModuleID module : exports_set) { in ReportModuleExports() 430 typedef std::map<ModuleID, ssize_t> ModulePriorityMap; in ForEachMacro() 435 for (ModuleID module : modules) { in ForEachMacro() 472 module_priorities.find(reinterpret_cast<ModuleID>(module)); in ForEachMacro() [all …]
|
D | ClangModulesDeclVendor.h | 36 typedef uintptr_t ModuleID; typedef 37 typedef std::vector<ModuleID> ModuleVector;
|
/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-project/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-project/llvm/include/llvm/IR/ |
D | Module.h | 193 std::string ModuleID; ///< Human readable identifier for the module variable 209 explicit Module(StringRef ModuleID, LLVMContext& C); 219 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() 236 StringRef getName() const { return ModuleID; } in getName() 282 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier()
|
/external/llvm-project/llvm/test/Transforms/WholeProgramDevirt/Inputs/ |
D | devirt-bad-index.ll | 1 ; ModuleID = '/tmp/devirt-index.bc'
|
/external/llvm/test/Other/X86/ |
D | inline-asm-newline-terminator.ll | 3 ; ModuleID = 't.c'
|
/external/llvm-project/llvm/test/Other/X86/ |
D | inline-asm-newline-terminator.ll | 3 ; ModuleID = 't.c'
|
/external/llvm-project/clang/include/clang/Lex/ |
D | ExternalPreprocessorSource.h | 42 virtual Module *getModule(unsigned ModuleID) = 0;
|
/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-project/llvm/test/Transforms/GlobalOpt/ |
D | atexit.ll | 3 ; CHECK: ModuleID
|
/external/llvm/test/Bitcode/Inputs/ |
D | thinlto-function-summary-callgraph.ll | 1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'
|