Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp331 return L.InsnOffset < R.InsnOffset; in parseLineInfo()
369 return L.InsnOffset < R.InsnOffset; in parseRelocInfo()
441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; }); in findInfo()
442 if (MaybeInfo == SecInfo.end() || MaybeInfo->InsnOffset != Address.Address) in findInfo()