Home
last modified time | relevance | path

Searched refs:Assemble (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/lib/Driver/
DToolChain.cpp223 if (!Assemble) in getAssemble()
224 Assemble.reset(buildAssembler()); in getAssemble()
225 return Assemble.get(); in getAssemble()
229 if (!Assemble) in getClangAs()
230 Assemble.reset(new tools::ClangAs(*this)); in getClangAs()
231 return Assemble.get(); in getClangAs()
DPhases.cpp22 case Assemble: return "assembler"; in getPhaseName()
DTypes.cpp236 P.push_back(phases::Assemble); in getCompilationPhases()
DTools.h871 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
873 Assemble(const ToolChain &TC) in Assemble() function
DDriver.cpp187 FinalPhase = phases::Assemble; in getFinalPhase()
1500 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm) in BuildActions()
1616 case phases::Assemble: in ConstructPhaseAction()
DToolChains.cpp4521 return new tools::PS4cpu::Assemble(*this); in buildAssembler()
DTools.cpp10266 void PS4cpu::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
/external/clang/include/clang/Driver/
DPhases.h23 Assemble, enumerator
DToolChain.h85 mutable std::unique_ptr<Tool> Assemble; variable
DCC1Options.td705 // Assemble Options
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.h46 virtual CALLER_ATTACH sfntly::Font* Assemble();
Dsubsetter.cc63 font_subset.Attach(font_assembler->Assemble()); in Subset()
Dmerger.cc54 return font_assembler->Assemble(); in Merge()
Dfont_assembler.cc56 CALLER_ATTACH Font* FontAssembler::Assemble() { in Assemble() function in subtly::FontAssembler
/external/skia/src/pathops/
DSkPathOpsCommon.h19 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
DSkPathOpsSimplify.cpp230 Assemble(wrapper, &assembled); in Simplify()
DSkPathOpsOp.cpp325 Assemble(wrapper, &assembled); in OpDebug()
DSkPathOpsCommon.cpp198 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { in Assemble() function
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_half.inl130 // Assemble s, e and m.
199 // Assemble the half from s, e (zero) and m.
266 // Assemble the half from s, e and m.
/external/zlib/src/contrib/masmx86/
Dreadme.txt10 Assemble using MASM, and copy the object files into the zlib source
/external/zlib/src/contrib/masmx64/
Dreadme.txt15 Assemble the .asm files using MASM and put the object files into the zlib source
/external/clang/docs/
DDriverInternals.rst253 …# "i386-apple-darwin9" - "darwin::Assemble", inputs: ["/tmp/cc-Sn4RKF.s"], output: "/tmp/cc-gvSnbS…
256 … # "ppc-apple-darwin9" - "gcc::Assemble", inputs: ["/tmp/cc-Q0bTox.s"], output: "/tmp/cc-WCdicw.o"
/external/v8/src/regexp/
Djsregexp.cc958 RegExpEngine::CompilationResult Assemble(RegExpMacroAssembler* assembler,
1063 RegExpEngine::CompilationResult RegExpCompiler::Assemble( in Assemble() function in v8::internal::RegExpCompiler
6390 return compiler.Assemble(&macro_assembler, in Compile()
/external/llvm/docs/
DGettingStarted.rst1272 #. Assemble the native assembly language file into a program:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1158 lexer->emit(lexer); /* Assemble the token and emit it to the stream */

12