Searched refs:getLowAndHighPC (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 172 if (Die.getLowAndHighPC(LowPC, HighPC, Index)) in dumpAttribute() 362 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC() function in DWARFDie 382 if (getLowAndHighPC(LowPC, HighPC, Index)) in getAddressRanges()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 209 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 56 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()
|