Searched refs:dirIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp108 CompilationUnit::AddFile(const char* fileName, int32 dirIndex) argument
110 File* file = new(std::nothrow) File(fileName, DirectoryAt(dirIndex));
H A DCompilationUnit.h50 bool AddFile(const char* fileName, int32 dirIndex);
H A DDwarfFile.cpp2189 uint64 dirIndex = 0xffffffffffffffffull; local
2208 format, dirIndex);
2238 if ((fileName != NULL) && (dirIndex != 0xffffffffffffffffull)) {
2240 fileName, dirIndex);
2242 if (!unit->AddFile(fileName, dirIndex))
2263 uint64 dirIndex = dataReader.ReadUnsignedLEB128(0); local
2273 ", length: %" B_PRIu64 "\n", file, dirIndex, modificationTime,
2276 if (!unit->AddFile(file, dirIndex))

Completed in 261 milliseconds