Home | History | Annotate | Download | only in dwarf

Lines Matching refs:uint64

52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size,
53 uint8 offset_size, uint64 cu_length,
60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) {
115 void DIEDispatcher::EndDIE(uint64 offset) {
137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset,
140 uint64 data) {
147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset,
157 void DIEDispatcher::ProcessAttributeReference(uint64 offset,
160 uint64 data) {
167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset,
171 uint64 len) {
178 void DIEDispatcher::ProcessAttributeString(uint64 offset,
188 void DIEDispatcher::ProcessAttributeSignature(uint64 offset,
191 uint64 signature) {