Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DBinaryObject.h113 emitWord64(W); in emitWord()
127 inline void emitWord64(uint64_t W) { in emitWord64() function
138 emitWord64(W[0]); in emitWordFP80()
142 emitWord64(W[0]); in emitWordFP80()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp465 GblS.emitWord64(Val.getZExtValue()); in EmitGlobalConstant()
621 S.emitWord64(Val); in EmitGlobalConstantLargeInt()
854 SymbolTable.emitWord64(Sym.Value); in EmitSymbol()
855 SymbolTable.emitWord64(Sym.Size); in EmitSymbol()
873 SHdrTab.emitWord64(SHdr.Flags); in EmitSectionHeader()
876 SHdrTab.emitWord64(SHdr.Size); in EmitSectionHeader()
879 SHdrTab.emitWord64(SHdr.Align); in EmitSectionHeader()
880 SHdrTab.emitWord64(SHdr.EntSize); in EmitSectionHeader()