/external/llvm/test/JitListener/ |
simple.ll | 16 ; ModuleID = 'simple.c'
|
/external/llvm/test/Linker/Inputs/ |
thinlto_funcimport_debug.ll | 0 ; ModuleID = 'dbg_main.o'
|
/external/llvm/test/MC/ARM/ |
coff-debugging-secrel.ll | 8 ; ModuleID = '/Users/compnerd/work/llvm/test/MC/ARM/reduced.c'
|
/external/llvm/test/Transforms/FunctionImport/ |
funcimport_debug.ll | 13 ; ModuleID = 'funcimport_debug.o'
|
/external/llvm/test/Transforms/InstCombine/ |
2009-01-19-fmod-constant-float.ll | 5 ; ModuleID = 'tt.c'
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2009-01-13-nonconstant-stride-outside-loop.ll | 3 ; ModuleID = '<stdin>'
|
2011-07-19-CritEdgeBreakCrash.ll | 0 ; ModuleID = '<stdin>'
|
/external/llvm/test/Transforms/LoopUnswitch/ |
2011-11-18-TwoSwitches-Threshold.ll | 8 ; ModuleID = '../llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll'
|
/external/llvm/test/Transforms/SimplifyCFG/AArch64/ |
prefer-fma.ll | 3 ; ModuleID = 't.cc'
|
/external/llvm/test/Transforms/StripSymbols/ |
strip-dead-debug-info.ll | 3 ; CHECK: ModuleID = '{{.*}}'
|
/external/opencv3/samples/java/sbt/sbt/ |
sbt-launch.jar | |
/frameworks/compile/libbcc/tests/libbcc/ |
getelementptr.ll | 8 ; ModuleID = 'test_getelementptr.bc'
|
tbaa-through-alloca.ll | 6 ; ModuleID = 'kernel.bc'
|
/frameworks/compile/slang/lit-tests/bitcode_wrapper/ |
bitcode_wrapper_test.ll | 39 ; ModuleID = 'kernel.bc'
|
/external/google-breakpad/src/processor/ |
module_serializer.cc | 178 const string &moduleid, 186 iter = basic_resolver->modules_->find(moduleid);
|
/external/llvm/include/llvm/IR/ |
Module.h | 172 std::string ModuleID; ///< Human readable identifier for the module 186 explicit Module(StringRef ModuleID, LLVMContext& C); 196 const std::string &getModuleIdentifier() const { return ModuleID; } 202 StringRef getName() const { return ModuleID; } 227 /// ModuleID and the provided pass salt. The returned RNG should not 241 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 684 // Get the ModuleID 685 const std::string ModuleID = M->getModuleIdentifier(); 688 if (0 == ModuleID.compare(0, 3, "IR:")) { 689 std::string IRFileName = ModuleID.substr(3); 706 // Get the ModuleID 707 const std::string ModuleID = M->getModuleIdentifier(); 710 if (0 == ModuleID.compare(0, 3, "IR:")) { 711 std::string IRFileName = ModuleID.substr(3); 910 // Get the ModuleID so we can identify IR input files 911 const std::string ModuleID = M->getModuleIdentifier() [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 703 // Get the ModuleID 704 const std::string ModuleID = M->getModuleIdentifier(); 707 if (0 == ModuleID.compare(0, 3, "IR:")) { 708 std::string IRFileName = ModuleID.substr(3); 725 // Get the ModuleID 726 const std::string ModuleID = M->getModuleIdentifier(); 729 if (0 == ModuleID.compare(0, 3, "IR:")) { 730 std::string IRFileName = ModuleID.substr(3); 951 // Get the ModuleID so we can identify IR input files 952 const std::string ModuleID = M->getModuleIdentifier() [all...] |
/external/clang/include/clang/Basic/ |
Module.h | 46 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId; 241 ModuleId Id; 256 SmallVector<ModuleId, 2> UnresolvedDirectUses; 286 ModuleId Id;
|
/external/clang/test/CodeGenCXX/ |
inline-functions.cpp | 3 // CHECK: ; ModuleID
|
static-member-variable-explicit-specialization.cpp | 4 // ALL: ; ModuleID
|
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 74 // Seed our PRNG with simple additive sum of ModuleID. We're looking to
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-andCmpBrToTBZ.ll | 2 ; ModuleID = 'and-cbz-extr-mr.bc'
|
/external/llvm/test/CodeGen/ARM/ |
2007-05-22-tailmerge-3.ll | 21 ; ModuleID = 'tail.c'
|
/external/llvm/test/CodeGen/Hexagon/ |
brev_st.ll | 16 ; ModuleID = 'brev_st.i'
|