Home
last modified time | relevance | path

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

12345678910

/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
DbicZext.ll2 ; ModuleID = 'bic.c'
Dfpowi.ll4 ; ModuleID = '<stdin>'
D2013-11-08-inline-asm-neon-array.ll3 ; ModuleID = 'bug.c'
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp40 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
41 if (ObjMap.find(ModuleID) != ObjMap.end()) in notifyObjectCompiled()
44 ObjMap[ModuleID] = copyBuffer(Obj); in notifyObjectCompiled()
67 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal() local
68 StringMap<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID); in getObjectInternal()
/external/llvm/test/Bindings/llvm-c/
Dcalc.test5 ;CHECK: ModuleID = 'test'
12 ;CHECK: ModuleID = 'arg1'
/external/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.h206 std::string ModuleID; ///< Human readable identifier for the module
228 explicit Module(StringRef ModuleID, LLVMContext& C);
238 const std::string &getModuleIdentifier() const { return ModuleID; }
269 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
/external/llvm/test/Other/X86/
Dinline-asm-newline-terminator.ll3 ; ModuleID = 't.c'
/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll3 ; CHECK: ModuleID
/external/llvm/test/CodeGen/AArch64/
Dcompiler-ident.ll3 ; ModuleID = 'compiler-ident.c'
/external/llvm/test/Linker/
D2008-03-05-AliasReference2.ll4 ; ModuleID = 'bug.o'
D2008-03-07-DroppedSection_b.ll7 ; ModuleID = 'u.bc'
Dinlineasm.ll4 ; ModuleID = 'bitfield-access-2.o'
D2008-03-07-DroppedSection_a.ll7 ; ModuleID = 't.bc'
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll3 ; ModuleID = 'undo.c'
Dremat-imm.ll2 ; ModuleID = 'test.c'
/external/llvm/test/CodeGen/X86/
Dvec_insert-4.ll3 ; ModuleID = '<stdin>'
D2011-06-01-fildll.ll2 ; ModuleID = '<stdin>'
D2008-10-06-x87ld-nan-1.ll1 ; ModuleID = 'nan.bc'
Datom-lea-addw-bug.ll3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/test/Transforms/Inline/
Dcasts.ll2 ; ModuleID = 'short.opt.bc'
/external/llvm/test/MC/ELF/
Dbss-large.ll8 ; ModuleID = 'test.c'
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp685 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()
912 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
915 if (0 != ModuleID.compare(0, 3, "IR:")) { in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp709 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
712 if (0 == ModuleID.compare(0, 3, "IR:")) { in notifyObjectCompiled()
713 std::string IRFileName = ModuleID.substr(3); in notifyObjectCompiled()
731 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
734 if (0 == ModuleID.compare(0, 3, "IR:")) { in getObject()
735 std::string IRFileName = ModuleID.substr(3); in getObject()
1048 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
1051 if (0 != ModuleID.compare(0, 3, "IR:")) { in compileModule()

12345678910