Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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