Home
last modified time | relevance | path

Searched refs:getLowAndHighPC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp172 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 DDWARFDie.h209 bool getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp56 FuncDie.getLowAndHighPC(FuncLowPC, FuncHighPC, SectionIndex); in addVariable()