/external/clang/lib/Driver/ |
D | ToolChain.cpp | 223 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()
|
D | Phases.cpp | 22 case Assemble: return "assembler"; in getPhaseName()
|
D | Types.cpp | 236 P.push_back(phases::Assemble); in getCompilationPhases()
|
D | Tools.h | 871 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool { 873 Assemble(const ToolChain &TC) in Assemble() function
|
D | Driver.cpp | 187 FinalPhase = phases::Assemble; in getFinalPhase() 1500 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm) in BuildActions() 1616 case phases::Assemble: in ConstructPhaseAction()
|
D | ToolChains.cpp | 4521 return new tools::PS4cpu::Assemble(*this); in buildAssembler()
|
D | Tools.cpp | 10266 void PS4cpu::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
|
/external/clang/include/clang/Driver/ |
D | Phases.h | 23 Assemble, enumerator
|
D | ToolChain.h | 85 mutable std::unique_ptr<Tool> Assemble; variable
|
D | CC1Options.td | 705 // Assemble Options
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_assembler.h | 46 virtual CALLER_ATTACH sfntly::Font* Assemble();
|
D | subsetter.cc | 63 font_subset.Attach(font_assembler->Assemble()); in Subset()
|
D | merger.cc | 54 return font_assembler->Assemble(); in Merge()
|
D | font_assembler.cc | 56 CALLER_ATTACH Font* FontAssembler::Assemble() { in Assemble() function in subtly::FontAssembler
|
/external/skia/src/pathops/ |
D | SkPathOpsCommon.h | 19 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
|
D | SkPathOpsSimplify.cpp | 230 Assemble(wrapper, &assembled); in Simplify()
|
D | SkPathOpsOp.cpp | 325 Assemble(wrapper, &assembled); in OpDebug()
|
D | SkPathOpsCommon.cpp | 198 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { in Assemble() function
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_half.inl | 130 // 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/ |
D | readme.txt | 10 Assemble using MASM, and copy the object files into the zlib source
|
/external/zlib/src/contrib/masmx64/ |
D | readme.txt | 15 Assemble the .asm files using MASM and put the object files into the zlib source
|
/external/clang/docs/ |
D | DriverInternals.rst | 253 …# "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/ |
D | jsregexp.cc | 958 RegExpEngine::CompilationResult Assemble(RegExpMacroAssembler* assembler, 1063 RegExpEngine::CompilationResult RegExpCompiler::Assemble( in Assemble() function in v8::internal::RegExpCompiler 6390 return compiler.Assemble(¯o_assembler, in Compile()
|
/external/llvm/docs/ |
D | GettingStarted.rst | 1272 #. Assemble the native assembly language file into a program:
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 1158 lexer->emit(lexer); /* Assemble the token and emit it to the stream */
|