Searched refs:DwarfFile (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfFileLoadingState.h13 class DwarfFile;
26 BReference<DwarfFile>
H A DDwarfManager.h14 class DwarfFile;
31 // to the corresponding DwarfFile.
36 typedef DoublyLinkedList<DwarfFile> FileList;
H A DDwarfManager.cpp14 #include "DwarfFile.h"
28 while (DwarfFile* file = fFiles.RemoveHead())
45 DwarfFile* file = _state.dwarfFile;
46 BReference<DwarfFile> fileReference;
48 file = new(std::nothrow) DwarfFile;
94 DwarfFile* file = it.Next();) {
H A DDwarfUtils.h14 class DwarfFile;
33 static bool GetDeclarationLocation(DwarfFile* dwarfFile,
H A DDwarfFile.cpp8 #include "DwarfFile.h"
61 struct DwarfFile::ExpressionEvaluationContext
64 ExpressionEvaluationContext(DwarfFile* file, CompilationUnit* unit,
173 DwarfFile* fFile;
188 struct DwarfFile::FDEAugmentation {
233 struct DwarfFile::CIEAugmentation {
448 struct DwarfFile::FDELookupInfo {
484 // #pragma mark - DwarfFile
487 DwarfFile::DwarfFile() function in class:DwarfFile
[all...]
H A DDwarfFile.h32 class DwarfFile : public BReferenceable, class in inherits:BReferenceable,DoublyLinkedListLinkImpl
33 public DoublyLinkedListLinkImpl<DwarfFile> {
35 DwarfFile();
36 ~DwarfFile();
213 friend struct DwarfFile::ExpressionEvaluationContext;
H A DDwarfUtils.cpp13 #include "DwarfFile.h"
238 DwarfUtils::GetDeclarationLocation(DwarfFile* dwarfFile,
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h22 class DwarfFile;
39 image_id imageID, DwarfFile* file,
H A DDwarfImageDebugInfo.h28 class DwarfFile;
50 DwarfFile* file);
160 DwarfFile* fFile;
H A DDwarfTypeFactory.h36 class DwarfFile;
H A DDwarfTypes.h38 class DwarfFile;
54 image_id imageID, DwarfFile* file,
68 DwarfFile* File() const
90 DwarfFile* fFile;
H A DDwarfStackFrameDebugInfo.cpp17 #include "DwarfFile.h"
168 image_id imageID, DwarfFile* file, CompilationUnit* compilationUnit,
H A DDwarfTypes.cpp16 #include "DwarfFile.h"
137 DwarfFile* file, CompilationUnit* compilationUnit,
H A DDwarfImageDebugInfo.cpp31 #include "DwarfFile.h"
334 DwarfFile* file)

Completed in 113 milliseconds