Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DARMWinEH.h129 uint32_t FunctionLength() const { in FunctionLength() function
357 uint32_t FunctionLength() const { in FunctionLength() function
362 return FunctionLength() << 1; in FunctionLengthInBytesARM()
366 return FunctionLength() << 2; in FunctionLengthInBytesAArch64()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1053 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedEntry()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1793 _info.end_ip = _info.start_ip + unwindEntry->FunctionLength; in getInfoFromSEH()