Home
last modified time | relevance | path

Searched defs:nameOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h283 uint32_t nameOffset() { return NameOffset; } in nameOffset() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2318 bool weakRef, uint32_t nameOffset, int64_t addend) { in writeImport()
2432 uint64_t nameOffset = 0; in writeTo() local