Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DInputSection.cpp298 return osec->getLiteral16Offset(buf + (off & ~15LLU)) | (off & 15); in getOffset()
DSyntheticSections.h610 uint64_t getLiteral16Offset(uintptr_t buf) const { in getLiteral16Offset() function