Searched refs:ZeroFillBytes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 170 void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() function 185 ZeroFillBytes(OS, Offset - currOffset); in ZeroToOffset() 216 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands() 224 ZeroFillBytes(OS, BytesRemaining); in writeLoadCommands() 247 ZeroFillBytes(OS, segOff - currOffset); in writeSectionData() 259 ZeroFillBytes(OS, Sec.offset - currOffset); in writeSectionData() 527 ZeroFillBytes(OS, Offset - currOffset); in ZeroToOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 198 void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() function 213 ZeroFillBytes(OS, Offset - currOffset); in ZeroToOffset() 252 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands() 260 ZeroFillBytes(OS, BytesRemaining); in writeLoadCommands() 580 ZeroFillBytes(OS, Offset - currOffset); in ZeroToOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 59 static void ZeroFillBytes(raw_ostream &OS, size_t Size) { in ZeroFillBytes() function 106 ZeroFillBytes(OS, FirstDescriptor - HeaderSize); in EmitDebugAranges() 114 ZeroFillBytes(OS, Range.AddrSize * 2); in EmitDebugAranges()
|