Home
last modified time | relevance | path

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

12345678910>>...15

/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>'
/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/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/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/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/llvm/test/Other/X86/
Dinline-asm-newline-terminator.ll3 ; ModuleID = 't.c'
/external/clang/include/clang/Lex/
DExternalPreprocessorSource.h43 virtual Module *getModule(unsigned ModuleID) = 0;
/external/llvm/test/Transforms/GlobalOpt/
Datexit.ll3 ; CHECK: ModuleID
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DModule.h194 std::string ModuleID; ///< Human readable identifier for the module variable
218 explicit Module(StringRef ModuleID, LLVMContext& C);
228 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier()
245 StringRef getName() const { return ModuleID; } in getName()
291 void setModuleIdentifier(StringRef ID) { ModuleID = std::string(ID); } in setModuleIdentifier()
/external/llvm/test/Bitcode/Inputs/
Dthinlto-function-summary-callgraph.ll1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'
Dthinlto-function-summary-callgraph-pgo.ll1 ; ModuleID = 'thinlto-function-summary-callgraph2.ll'
/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'
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init_orc.cpp83 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() local
86 if (mid == ModuleID) in notifyObjectCompiled()
89 mid = ModuleID; in notifyObjectCompiled()
96 const std::string ModuleID = M->getModuleIdentifier(); in getObject() local
/external/llvm/test/Transforms/GVN/
Dbasic-undef-test.ll2 ; ModuleID = 'test3.ll'
/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()
911 const std::string ModuleID = M->getModuleIdentifier(); in compileModule() local
914 if (0 != ModuleID.compare(0, 3, "IR:")) { in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp704 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/test/Transforms/Inline/
Dcasts.ll2 ; ModuleID = 'short.opt.bc'

12345678910>>...15