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

/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp74 return fUnitEntry != NULL ? fUnitEntry->LowPC() : 0;
H A DDebugInfoEntries.h158 target_addr_t LowPC() const { return fLowPC; } function in class:DIECompileUnitBase
646 target_addr_t LowPC() const { return fLowPC; } function in class:DIELexicalBlock
1266 target_addr_t LowPC() const { return fLowPC; } function in class:DIESubprogram
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp426 // printf(" %#llx - %#llx\n", (target_addr_t)unitEntry->LowPC(),
1135 if (block->LowPC() != 0) {
1139 if (instructionPointer < block->LowPC()
1394 target_addr_t lowPC = subprogramEntry->LowPC();

Completed in 84 milliseconds