Home
last modified time | relevance | path

Searched refs:LabelLowPc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp123 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument
124 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h183 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);