Home
last modified time | relevance | path

Searched +defs:D32 +defs:D64 (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.h206 CFISection &D32(uint32_t v) { Section::D32(v); return *this; } in D32() function
207 CFISection &D32(const Label &v) { Section::D32(v); return *this; } in D32() function
208 CFISection &D64(uint64_t v) { Section::D64(v); return *this; } in D64() function
209 CFISection &D64(const Label &v) { Section::D64(v); return *this; } in D64() function