HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 401 - 425 of 1922) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
cfi-common-1.d 9 Code alignment factor: .*
cfi-common-2.d 9 Code alignment factor: .*
cfi-common-4.d 9 Code alignment factor: .*
cfi-common-5.d 9 Code alignment factor: .*
cfi-common-7.d 9 Code alignment factor: .*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh6.d 14 Code alignment factor: 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
cfi32.d 10 Code alignment factor: 1
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 141 static void WriteStringRecord(unsigned Code, StringRef Str,
145 // Code: [strchar x N]
153 Stream.EmitRecord(Code, Vals, AbbrevToUse);
257 unsigned Code = 0;
261 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
262 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
263 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
264 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
265 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
266 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 143 static void WriteStringRecord(unsigned Code, StringRef Str,
147 // Code: [strchar x N]
155 Stream.EmitRecord(Code, Vals, AbbrevToUse);
248 unsigned Code = 0;
252 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
253 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
254 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
255 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
256 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
257 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
elf.go 2 // Use of this source code is governed by a BSD-style
37 sym := Sym{Addr: s.Value, Name: s.Name, Size: int64(s.Size), Code: '?'}
40 sym.Code = 'U'
42 sym.Code = 'B'
51 sym.Code = 'T'
53 sym.Code = 'R'
55 sym.Code = 'D'
59 sym.Code += 'a' - 'A'
macho.go 2 // Use of this source code is governed by a BSD-style
53 sym := Sym{Name: s.Name, Addr: s.Value, Code: '?'}
59 sym.Code = 'U'
64 sym.Code = 'R'
66 sym.Code = 'D'
70 sym.Code = 'T'
72 sym.Code = 'B'
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
elf.go 2 // Use of this source code is governed by a BSD-style
37 sym := Sym{Addr: s.Value, Name: s.Name, Size: int64(s.Size), Code: '?'}
40 sym.Code = 'U'
42 sym.Code = 'B'
51 sym.Code = 'T'
53 sym.Code = 'R'
55 sym.Code = 'D'
59 sym.Code += 'a' - 'A'
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 16 os << "[" << Code;
27 os << ", Code " << Data.Code << ", EntryID " << Entry.ID << ", <";
55 Parser->Record.Data.Code = naclbitc::BLOCKINFO_CODE_SETBID;
66 Parser->Record.Data.Code = naclbitc::END_BLOCK;
77 Parser->Record.Data.Code = naclbitc::BLK_CODE_DEFINE_ABBREV;
  /external/clang/tools/clang-format/
ClangFormat.cpp 12 /// (fragments of) C++ code.
130 static bool fillRanges(MemoryBuffer *Code,
139 FileID ID = createInMemoryFile("<irrelevant>", Code, Sources, Files,
176 if (Offsets[i] >= Code->getBufferSize()) {
184 if (Offsets[i] + Lengths[i] > Code->getBufferSize()) {
247 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get());
248 if (Code->getBufferSize() == 0)
251 if (fillRanges(Code.get(), Ranges))
258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges,
260 auto ChangedCode = tooling::applyAllReplacements(Code->getBuffer(), Replaces)
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 34 // a) A "code" identifying what type of record it is.
218 NaClBitcodeRecordData(unsigned Code, const NaClRecordVector &Values)
219 : Code(Code), Values(Values) {}
221 : Code(Record.Code), Values(Record.Values) {}
222 NaClBitcodeRecordData() : Code(0) {}
223 // The selector code associated with the record.
224 unsigned Code;
249 return index == 0 ? Record.Code : Record.Values[index-1]
    [all...]
  /external/v8/src/heap/
objects-visiting.cc 2 // Use of this source code is governed by a BSD-style license that can be
311 struct WeakListVisitor<Code> {
312 static void SetWeakNext(Code* code, Object* next) {
313 code->set_next_code_link(next, UPDATE_WEAK_WRITE_BARRIER);
316 static Object* WeakNext(Code* code) { return code->next_code_link(); }
318 static int WeakNextOffset() { return Code::kNextCodeLinkOffset; }
320 static void VisitLiveObject(Heap*, Code*, WeakObjectRetainer*) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 39 serialization::DeclCode Code;
46 Code((serialization::DeclCode)0), AbbrevToUse(0) {}
49 if (!Code)
52 return Record.Emit(Code, AbbrevToUse);
328 Code = serialization::DECL_PRAGMA_COMMENT;
340 Code = serialization::DECL_PRAGMA_DETECT_MISMATCH;
383 Code = serialization::DECL_TYPEDEF;
389 Code = serialization::DECL_TYPEALIAS;
454 Code = serialization::DECL_ENUM;
481 Code = serialization::DECL_RECORD
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 120 static void WriteStringRecord(unsigned Code, StringRef Str,
124 // Code: [strchar x N]
132 Stream.EmitRecord(Code, Vals, AbbrevToUse);
263 unsigned Code = 0;
267 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
268 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
269 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
270 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
271 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
272 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCPureStreamer.cpp 200 SmallString<256> Code;
201 raw_svector_ostream VecOS(Code);
205 IF->getCode() = Code;
213 SmallString<256> Code;
214 raw_svector_ostream VecOS(Code);
223 DF->getContents().append(Code.begin(), Code.end());
  /external/v8/src/arm64/
codegen-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
41 // Code generators
46 // The sequence of instructions that is patched out for aging code is the
48 // FUNCTION and OPTIMIZED_FUNCTION code:
51 // The young sequence is the frame setup code for FUNCTION code types. It is
71 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) {
75 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
79 Code* stub = GetCodeFromTargetAddress(Memory::Address_at(target))
    [all...]
  /external/clang/unittests/Format/
FormatTestJS.cpp 22 static std::string format(llvm::StringRef Code, unsigned Offset,
25 DEBUG(llvm::errs() << Code << "\n\n");
29 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat);
31 auto Result = applyAllReplacements(Code, Replaces);
38 llvm::StringRef Code,
40 return format(Code, 0, Code.size(), Style);
50 llvm::StringRef Code,
52 std::string Result = format(test::messUp(Code), Style);
53 EXPECT_EQ(Code.str(), Result) << "Formatted:\n" << Result
    [all...]
  /external/lzma/CPP/7zip/Compress/
CopyCoder.cpp 18 STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream,
104 return copyCoder->Code(inStream, outStream, NULL, NULL, progress);
111 RINOK(copyCoder->Code(inStream, outStream, NULL, &size, progress));
  /external/tensorflow/tensorflow/core/lib/core/
status.h 42 /// \brief Create a status with the specified error code and msg as a
44 Status(tensorflow::error::Code code, tensorflow::StringPiece msg);
55 tensorflow::error::Code code() const { function in class:tensorflow::Status
56 return ok() ? tensorflow::error::OK : state_->code;
89 tensorflow::error::Code code; member in struct:tensorflow::Status::State
93 // a `State` structure containing the error code and message(s)
  /external/v8/src/interpreter/
interpreter.h 2 // Use of this source code is governed by a BSD-style license that can be
50 Code* GetBytecodeHandler(Bytecode bytecode, OperandScale operand_scale);
56 void TraceCodegen(Handle<Code> code);
57 const char* LookupNameOfBytecodeHandler(Code* code);
69 // TODO(ignition): Tune code size multiplier.
87 // Generates code to perform the binary operation via |Generator|.
91 // Generates code to perform the comparison via |Generator| while gathering
96 // Generates code to perform the bitwise binary operation corresponding t
    [all...]
  /external/v8/src/
source-position.h 2 // Use of this source code is governed by a BSD-style license that can be
18 class Code;
46 // Assumes that the code object is optimized
47 std::vector<SourcePositionInfo> InliningStack(Handle<Code> code) const;
50 void Print(std::ostream& out, Code* code) const;

Completed in 1035 milliseconds

<<11121314151617181920>>