HomeSort by relevance Sort by last modified time
    Searched refs:Assemble (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/include/clang/Driver/
Phases.h 23 Assemble,
ToolChain.h 80 mutable std::unique_ptr<Tool> Assemble;
  /external/clang/lib/Driver/
Phases.cpp 22 case Assemble: return "assembler";
Tools.h 194 class LLVM_LIBRARY_VISIBILITY Assemble : public GnuTool {
196 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble",
296 class LLVM_LIBRARY_VISIBILITY Assemble : public MachOTool {
298 Assemble(const ToolChain &TC) : MachOTool("darwin::Assemble",
373 class LLVM_LIBRARY_VISIBILITY Assemble : public GnuTool {
375 Assemble(const ToolChain &TC) : GnuTool("openbsd::Assemble", "assembler",
402 class LLVM_LIBRARY_VISIBILITY Assemble : public GnuTool
    [all...]
ToolChain.cpp 127 if (!Assemble)
128 Assemble.reset(buildAssembler());
129 return Assemble.get();
133 if (!Assemble)
134 Assemble.reset(new tools::ClangAs(*this));
135 return Assemble.get();
CrossWindowsToolChain.cpp 115 return new tools::CrossWindows::Assemble(*this);
Types.cpp 209 P.push_back(phases::Assemble);
ToolChains.cpp 236 return new tools::darwin::Assemble(*this);
    [all...]
MSVCToolChain.cpp 60 return new tools::darwin::Assemble(*this);
Tools.cpp     [all...]
Driver.cpp 185 FinalPhase = phases::Assemble;
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.h 45 // Assemble a new font from the font info object.
46 virtual CALLER_ATTACH sfntly::Font* Assemble();
subsetter.cc 63 font_subset.Attach(font_assembler->Assemble());
merger.cc 54 return font_assembler->Assemble();
font_assembler.cc 56 CALLER_ATTACH Font* FontAssembler::Assemble() {
57 // Assemble tables we can subset.
  /external/skia/src/pathops/
SkPathOpsCommon.h 19 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
SkPathOpsSimplify.cpp 205 { // if some edges could not be resolved, assemble remaining fragments
209 Assemble(wrapper, &assembled);
SkPathOpsOp.cpp 295 { // if some edges could not be resolved, assemble remaining fragments
299 Assemble(wrapper, &assembled);
SkPathOpsCommon.cpp 198 void Assemble(const SkPathWriter& path, SkPathWriter* simple) {
  /art/compiler/utils/
assembler_test_base.h 194 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
375 if (!Assemble((res->base_name + ".S").c_str(), (res->base_name + ".o").c_str(),
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 251 // Assemble.
  /external/v8/tools/
splaytree.js 277 // Assemble.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 346 // Assemble.
  /external/v8/benchmarks/
splay.js 346 // Assemble.
  /external/v8/src/
jsregexp.cc     [all...]

Completed in 241 milliseconds

1 2