Home
last modified time | relevance | path

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

12345678910

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A 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
H A DbicZext.ll2 ; ModuleID = 'bic.c'
H A Dfpowi.ll4 ; ModuleID = '<stdin>'
H A D2013-11-08-inline-asm-neon-array.ll3 ; ModuleID = 'bug.c'
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A 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()
/minix3/external/bsd/llvm/dist/llvm/test/Bindings/llvm-c/
H A Dcalc.test5 ;CHECK: ModuleID = 'test'
12 ;CHECK: ModuleID = 'arg1'
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dnext-objc-dispatch.m29 // CHECK-FRAGILE_LEGACY: ModuleID
35 // CHECK-NONFRAGILE_LEGACY: ModuleID
41 // CHECK-NONFRAGILE_NONLEGACY: ModuleID
/minix3/external/bsd/llvm/dist/llvm/test/Other/X86/
H A Dinline-asm-newline-terminator.ll3 ; ModuleID = 't.c'
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DModule.h218 std::string ModuleID; ///< Human readable identifier for the module
239 explicit Module(StringRef ModuleID, LLVMContext& C);
249 const std::string &getModuleIdentifier() const { return ModuleID; }
255 StringRef getName() const { return ModuleID; }
292 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GlobalOpt/
H A Datexit.ll3 ; CHECK: ModuleID
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dcompiler-ident.ll3 ; ModuleID = 'compiler-ident.c'
/minix3/external/bsd/llvm/dist/llvm/test/Linker/
H A D2008-03-05-AliasReference2.ll4 ; ModuleID = 'bug.o'
H A D2008-03-07-DroppedSection_b.ll7 ; ModuleID = 'u.bc'
H A Dinlineasm.ll4 ; ModuleID = 'bitfield-access-2.o'
H A D2008-03-07-DroppedSection_a.ll7 ; ModuleID = 't.bc'
H A D2008-03-05-AliasReference.ll6 ; ModuleID = 'bug.o'
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dvec_insert-4.ll3 ; ModuleID = '<stdin>'
H A D2008-10-06-x87ld-nan-1.ll1 ; ModuleID = 'nan.bc'
H A D2011-06-01-fildll.ll2 ; ModuleID = '<stdin>'
H A Datom-lea-addw-bug.ll3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
H A D2010-05-26-FP_TO_INT-crash.ll2 ; ModuleID = '<stdin>'
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dppc64-crash.ll3 ; ModuleID = 'undo.c'
H A Dremat-imm.ll2 ; ModuleID = 'test.c'
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dcasts.ll2 ; ModuleID = 'short.opt.bc'
/minix3/external/bsd/llvm/dist/llvm/test/MC/ELF/
H A Dbss-large.ll8 ; ModuleID = 'test.c'

12345678910