Searched refs:isDwarf64 (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/debugger/dwarf/ |
H A D | TypeUnit.cpp | 14 uint8 addressSize, bool isBigEndian, uint64 signature, bool isDwarf64) in TypeUnit() argument 17 addressSize, isBigEndian, isDwarf64), in TypeUnit()
|
H A D | BaseUnit.cpp | 17 bool isBigEndian, bool isDwarf64) in BaseUnit() argument 26 fIsDwarf64(isDwarf64) in BaseUnit()
|
H A D | CompilationUnit.cpp | 32 bool isBigEndian, bool isDwarf64) in CompilationUnit() argument 35 addressSize, isBigEndian, isDwarf64), in CompilationUnit()
|
H A D | CompilationUnit.h | 28 bool isDwarf64);
|
H A D | TypeUnit.h | 28 bool isDwarf64);
|
H A D | BaseUnit.h | 35 bool isDwarf64);
|