Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h239 uint32_t InsnOffset; ///< Byte offset in the section member
251 uint32_t InsnOffset; ///< Byte offset in this section member
268 uint32_t InsnOffset; ///< Byte offset in this section member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp331 return L.InsnOffset < R.InsnOffset;
369 return L.InsnOffset < R.InsnOffset;
441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; });
442 if (MaybeInfo == SecInfo.end() || MaybeInfo->InsnOffset != Address.Address)