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

1 2

  /external/clang/include/clang/Driver/
Phases.h 23 Assemble,
ToolChain.h 85 mutable std::unique_ptr<Tool> Assemble;
  /external/clang/lib/Driver/
Phases.cpp 22 case Assemble: return "assembler";
ToolChain.cpp 223 if (!Assemble)
224 Assemble.reset(buildAssembler());
225 return Assemble.get();
229 if (!Assemble)
230 Assemble.reset(new tools::ClangAs(*this));
231 return Assemble.get();
Types.cpp 236 P.push_back(phases::Assemble);
Tools.h 722 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {}
    [all...]
Driver.cpp 187 FinalPhase = phases::Assemble;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
itbl.s 6 ; Assemble processor instructions as defined in "itbl".
  /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 226 { // if some edges could not be resolved, assemble remaining fragments
230 Assemble(wrapper, &assembled);
SkPathOpsCommon.cpp 198 void Assemble(const SkPathWriter& path, SkPathWriter* simple) {
SkPathOpsOp.cpp 321 { // if some edges could not be resolved, assemble remaining fragments
325 Assemble(wrapper, &assembled);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
bug-1825.s 1 ;;; Bug #1825: gas assemble PC-relative indexed addressing modes incorrectly
8 ldx L1,pc ; Assemble to 5-bit > 0 offset
13 subd L1,pc ; Assemble to 5-bit < 0 offset
bug-1825.d 17 ldx L1,pc ; Assemble to 5\-bit > 0 offset
30 subd L1,pc ; Assemble to 5\-bit < 0 offset
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sym-2.s 1 % Just 128 symbols to test that we can handle it in mmo. Assemble it with
  /art/compiler/utils/
assembler_test_base.h 206 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
387 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.
  /external/v8/benchmarks/
splay.js 346 // Assemble.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/bison/
maint.mk 529 # | sort | perl -MRegexp::Assemble -le \
530 # 'print Regexp::Assemble->new(file => "/dev/stdin")->as_string'|sed 's/\?://g'
    [all...]

Completed in 783 milliseconds

1 2