Home
last modified time | relevance | path

Searched refs:ModuleID (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/external/llvm-project/llvm/test/CodeGen/ARM/
Dbyval_load_align.ll12 %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/
Dchange-printer.ll61 ; 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 …]
Dscc-pass-printer.ll33 ; LEGACY-MOD-NEXT: ModuleID =
39 ; INL-MOD-NEXT: ModuleID =
48 ; INL-MOD-NEXT: ModuleID =
57 ; INL-MOD-NEXT: ModuleID =
D2010-05-06-Printer.ll13 ;ALL-NOT: IR Dump After {{.*}}; ModuleID =
16 ;ALL: ModuleID =
Dprint-module-scope.ll21 ; CFG-NEXT: ModuleID =
27 ; CFG-NEXT: ModuleID =
35 ; FOO-NEXT: ModuleID =
/external/llvm/test/CodeGen/ARM/
Dbyval_load_align.ll12 %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/
DMCJITObjectCacheTest.cpp28 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/
DMCJITObjectCacheTest.cpp29 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/
Dcalc.test5 ;CHECK: ModuleID = 'test'
12 ;CHECK: ModuleID = 'arg1'
/external/llvm/test/Bindings/llvm-c/
Dcalc.test5 ;CHECK: ModuleID = 'test'
12 ;CHECK: ModuleID = 'arg1'
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp104 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 …]
DClangModulesDeclVendor.h36 typedef uintptr_t ModuleID; typedef
37 typedef std::vector<ModuleID> ModuleVector;
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m29 // CHECK-FRAGILE_LEGACY: ModuleID
35 // CHECK-NONFRAGILE_LEGACY: ModuleID
41 // CHECK-NONFRAGILE_NONLEGACY: ModuleID
/external/llvm-project/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m29 // CHECK-FRAGILE_LEGACY: ModuleID
35 // CHECK-NONFRAGILE_LEGACY: ModuleID
41 // CHECK-NONFRAGILE_NONLEGACY: ModuleID
/external/llvm/include/llvm/IR/
DModule.h182 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/
DModule.h185 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/
DModule.h193 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/
Ddevirt-bad-index.ll1 ; ModuleID = '/tmp/devirt-index.bc'
/external/llvm/test/Other/X86/
Dinline-asm-newline-terminator.ll3 ; ModuleID = 't.c'
/external/llvm-project/llvm/test/Other/X86/
Dinline-asm-newline-terminator.ll3 ; ModuleID = 't.c'
/external/llvm-project/clang/include/clang/Lex/
DExternalPreprocessorSource.h42 virtual Module *getModule(unsigned ModuleID) = 0;
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h43 virtual Module *getModule(unsigned ModuleID) = 0;
/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll3 ; CHECK: ModuleID
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
Datexit.ll3 ; CHECK: ModuleID
/external/llvm/test/Bitcode/Inputs/
Dthinlto-function-summary-callgraph.ll1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'

12345678910>>...50