Searched refs:getLowAndHighPC (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 287 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute() 444 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie 464 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 208 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 48 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()
|