Home
last modified time | relevance | path

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

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