Home
last modified time | relevance | path

Searched refs:funcLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h154 uint32_t funcLength;
151 uint32_t funcLength; global() member
H A DUnwindInfoSection.cpp375 cu.functionLength = fde.funcLength; in relocateCompactUnwind()
H A DInputFiles.cpp1453 uint32_t funcLength = reader.readPointer(&dataOff, cie.funcPtrSize); in registerEhFrames() local
1510 fdes[isec] = {funcLength, cie.personalitySymbol, lsdaIsec}; in registerEhFrames()