HomeSort by relevance Sort by last modified time
    Searched refs:emitWord64 (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
BinaryObject.h 113 emitWord64(W);
125 /// emitWord64 - This callback is invoked when a 32-bit word needs to be
127 inline void emitWord64(uint64_t W) {
134 /// emitWord64 - This callback is invoked when a x86_fp80 needs to be
138 emitWord64(W[0]);
142 emitWord64(W[0]);
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 465 GblS.emitWord64(Val.getZExtValue());
621 S.emitWord64(Val);
854 SymbolTable.emitWord64(Sym.Value);
855 SymbolTable.emitWord64(Sym.Size);
873 SHdrTab.emitWord64(SHdr.Flags);
876 SHdrTab.emitWord64(SHdr.Size);
879 SHdrTab.emitWord64(SHdr.Align);
880 SHdrTab.emitWord64(SHdr.EntSize);
    [all...]

Completed in 2517 milliseconds