Home
last modified time | relevance | path

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

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