/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...] |
/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(),
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 952 Assemble: span9, 965 Assemble: span9,
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 949 Assemble: span9, 962 Assemble: span9,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
obj9.go | 952 Assemble: span9, 965 Assemble: span9,
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
obj9.go | 949 Assemble: span9, 962 Assemble: span9,
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 251 // Assemble.
|
/external/v8/tools/ |
splaytree.js | 277 // Assemble.
|