Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h144 fixup_iterator fixup_end() {return Fixups.end();} in fixup_end() function
145 const_fixup_iterator fixup_end() const {return Fixups.end();} in fixup_end() function
204 fixup_iterator fixup_end() {return Fixups.end();} in fixup_end() function
205 const_fixup_iterator fixup_end() const {return Fixups.end();} in fixup_end() function
/external/dtc/libfdt/
Dfdt_overlay.c427 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local