Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h218 fixup_iterator fixup_end() { return Fixups.end(); } in fixup_end() function
219 const_fixup_iterator fixup_end() const { return Fixups.end(); } in fixup_end() function
/freebsd/sys/contrib/libfdt/
H A Dfdt_overlay.c489 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local