Home
last modified time | relevance | path

Searched defs:sectionLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp103 findFDE(A & addressSpace,pint_t pc,pint_t ehHdrStart,uint32_t sectionLength,typename CFI_Parser<A>::FDE_Info * fdeInfo,typename CFI_Parser<A>::CIE_Info * cieInfo) findFDE() argument
H A DDwarfParser.hpp234 size_t sectionLength, pint_t fdeHint, in findFDE()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp211 uint32_t sectionLength = de.getU32(cursor); in parse() local