Searched +defs:D32 +defs:D64 (Results 1 – 1 of 1) sorted by relevance
206 CFISection &D32(uint32_t v) { Section::D32(v); return *this; } in D32() function207 CFISection &D32(const Label &v) { Section::D32(v); return *this; } in D32() function208 CFISection &D64(uint64_t v) { Section::D64(v); return *this; } in D64() function209 CFISection &D64(const Label &v) { Section::D64(v); return *this; } in D64() function