Home
last modified time | relevance | path

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

/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp116 uint32_t sectionLength, in findFDE()
H A DDwarfParser.hpp235 findFDE(A & addressSpace,pint_t pc,pint_t ehSectionStart,size_t sectionLength,pint_t fdeHint,FDE_Info * fdeInfo,CIE_Info * cieInfo) findFDE() argument
/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp211 uint32_t sectionLength = de.getU32(cursor); in parse() local