Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h146 struct ObjMsg { struct
260 ObjMsg getObjMsg(uint64_t offset) const { return {this, offset}; } in getObjMsg()
531 InputSectionBase::ObjMsg &&);
H A DInputSection.cpp362 InputSectionBase::ObjMsg &&msg) { in operator <<()