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

1 2

  /external/clang/lib/Driver/
Phases.cpp 21 case Assemble: return "assembler";
Tools.h 169 class LLVM_LIBRARY_VISIBILITY Assemble : public Common {
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble",
196 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
198 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble",
249 class LLVM_LIBRARY_VISIBILITY Assemble : public DarwinTool {
251 Assemble(const ToolChain &TC) : DarwinTool("darwin::Assemble",
328 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool
    [all...]
ToolChain.cpp 81 if (!Assemble)
82 Assemble.reset(buildAssembler());
83 return Assemble.get();
87 if (!Assemble)
88 Assemble.reset(new tools::ClangAs(*this));
89 return Assemble.get();
ToolChains.cpp 201 return new tools::darwin::Assemble(*this);
    [all...]
Types.cpp 199 P.push_back(phases::Assemble);
WindowsToolChain.cpp 47 return new tools::darwin::Assemble(*this);
Tools.cpp     [all...]
  /external/clang/include/clang/Driver/
Phases.h 22 Assemble,
ToolChain.h 68 mutable OwningPtr<Tool> Assemble;
  /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/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.h 15 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
SkPathOpsSimplify.cpp 197 { // if some edges could not be resolved, assemble remaining fragments
201 Assemble(simple, &assembled);
SkPathOpsOp.cpp 310 { // if some edges could not be resolved, assemble remaining fragments
314 Assemble(wrapper, &assembled);
  /external/skia/src/pathops/
SkPathOpsCommon.h 15 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
SkPathOpsSimplify.cpp 197 { // if some edges could not be resolved, assemble remaining fragments
201 Assemble(simple, &assembled);
SkPathOpsOp.cpp 310 { // if some edges could not be resolved, assemble remaining fragments
314 Assemble(wrapper, &assembled);
  /external/chromium_org/courgette/
courgette.h 127 Status Assemble(EncodedProgram* encoded, SinkStream* buffer);
patcher_x86_32.h 84 status = Assemble(encoded_program, reformed_element);
encode_decode_unittest.cc 59 const courgette::Status assemble_status = Assemble(encoded2, &assembled);
courgette_tool.cc 283 void Assemble(const base::FilePath& input_file,
298 const courgette::Status assemble_status = courgette::Assemble(encoded, &sink);
300 Problem("Can't assemble.");
479 Assemble(values[0], values[1]);
encoded_program_fuzz_unittest.cc 30 // Returns true if could assemble, false if rejected.
181 const courgette::Status assemble_status = Assemble(encoded, &assembled);
  /dalvik/vm/
Dvm.mk 255 compiler/codegen/arm/Assemble.cpp \
281 compiler/codegen/mips/Assemble.cpp \

Completed in 1532 milliseconds

1 2