Home
last modified time | relevance | path

Searched refs:StartByte (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp69 MCFixupKind FixupKind, uint64_t StartByte, raw_ostream &OS,
79 uint64_t TSFlags, bool HasREX, uint64_t StartByte,
290 uint64_t StartByte, raw_ostream &OS, in emitImmediate() argument
322 ImmOffset = static_cast<int>(OS.tell() - StartByte); in emitImmediate()
361 Fixups.push_back(MCFixup::create(static_cast<uint32_t>(OS.tell() - StartByte), in emitImmediate()
381 uint64_t StartByte, raw_ostream &OS, in emitMemModRMByte() argument
456 emitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(FixupKind), StartByte, OS, in emitMemModRMByte()
508 emitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, StartByte, OS, Fixups); in emitMemModRMByte()
520 emitImmediate(Disp, MI.getLoc(), 2, FK_Data_2, StartByte, OS, Fixups); in emitMemModRMByte()
547 emitImmediate(Disp, MI.getLoc(), 4, FK_Data_4, StartByte, OS, Fixups); in emitMemModRMByte()
[all …]