Searched defs:assembly (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp27 bool LoadAssemblyInto(Module *M, const char *assembly) { argument
30 nullptr != ParseAssemblyString(assembly, M, Error, M->getContext());
H A DJITTest.cpp169 bool LoadAssemblyInto(Module *M, const char *assembly) { argument
172 nullptr != ParseAssemblyString(assembly, M, Error, M->getContext());
199 void LoadAssembly(const char *assembly) { argument
200 LoadAssemblyInto(M, assembly);
611 // Converts the LLVM assembly to bitcode and returns it in a std::string. An
/external/oprofile/pp/
H A Dopannotate_options.cpp40 bool assembly; member in namespace:options
80 popt::option(options::assembly, "assembly", 'a', "output assembly"),
98 if (!assembly && !source) {
99 cerr << "you must specify at least --source or --assembly\n";
103 if (!objdump_params.empty() && !assembly) {
104 cerr << "--objdump-params is meaningless without --assembly\n";
115 if (assembly && !output_dir.empty()) {
116 cerr << "--output-dir is meaningless with --assembly" << end
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen_unittest.cc504 std::string assembly; local
529 assembly.append(reinterpret_cast<char*>(&insn.code), sizeof(insn.code));
530 assembly.append(reinterpret_cast<char*>(&insn.k), sizeof(insn.k));
532 SANDBOX_ASSERT(source == assembly);
/external/clang/lib/CodeGen/
H A DCGObjC.cpp1963 StringRef assembly local
1967 // If we have an empty assembly string, there's nothing to do.
1968 if (assembly.empty()) {
1976 marker = llvm::InlineAsm::get(type, assembly, "", /*sideeffects*/ true);
1987 llvm::Value *string = llvm::MDString::get(getLLVMContext(), assembly);
2851 // We just use an inline assembly.
2856 /* assembly */ "",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 144 milliseconds