HomeSort by relevance Sort by last modified time
    Searched defs:Assemble (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Driver/
Phases.h 22 Assemble,
ToolChain.h 70 mutable std::unique_ptr<Tool> Assemble;
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 56 CALLER_ATTACH Font* FontAssembler::Assemble() {
57 // Assemble tables we can subset.
  /external/clang/lib/Driver/
Tools.h 179 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
181 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble",
243 class LLVM_LIBRARY_VISIBILITY Assemble : public MachOTool {
245 Assemble(const ToolChain &TC) : MachOTool("darwin::Assemble",
318 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
320 Assemble(const ToolChain &TC) : Tool("openbsd::Assemble", "assembler",
347 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool
    [all...]
  /external/chromium_org/courgette/
courgette_tool.cc 288 void Assemble(const base::FilePath& input_file,
303 const courgette::Status assemble_status = courgette::Assemble(encoded, &sink);
305 Problem("Can't assemble.");
484 Assemble(values[0], values[1]);
encoded_program.cc 791 Status Assemble(EncodedProgram* encoded, SinkStream* buffer) {
  /art/compiler/utils/
assembler_test.h 391 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
547 if (!Assemble((res->base_name + ".S").c_str(), (res->base_name + ".o").c_str(),
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 509 void Assemble(const SkPathWriter& path, SkPathWriter* simple) {
  /external/chromium_org/v8/src/
jsregexp.cc     [all...]

Completed in 663 milliseconds