Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp315 return osec->getLiteral16Offset(buf + (off & ~15LLU)) | (off & 15); in getOffset()
H A DSyntheticSections.h598 uint64_t getLiteral16Offset(uintptr_t buf) const { in getLiteral16Offset() function