Home
last modified time | relevance | path

Searched defs:HexData (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp411 IHexLineData HexData = IHexRecord::getLine(Type, Addr, Data); in writeData() local
495 void OwnedDataSection::appendHexData(StringRef HexData) { in appendHexData()
2667 IHexLineData HexData; in writeEntryPointRecord() local
2688 IHexLineData HexData = IHexRecord::getLine(IHexRecord::EndOfFile, 0, {}); in writeEndOfFileRecord() local
H A DELFObject.h202 StringRef HexData; member