Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h131 uint32_t FunctionLength() const { in FunctionLength() function
251 uint32_t FunctionLength() const { in FunctionLength() function
438 uint32_t FunctionLength() const { in FunctionLength() function
443 return FunctionLength() << 1; in FunctionLengthInBytesARM()
447 return FunctionLength() << 2; in FunctionLengthInBytesAArch64()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1115 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedEntry()
1156 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedARM64Entry()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1888 _info.end_ip = _info.start_ip + unwindEntry->FunctionLength; in getInfoFromSEH()