Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h132 uint32_t FunctionLength() const { in FunctionLength() function
253 uint32_t FunctionLength() const { in FunctionLength() function
440 uint32_t FunctionLength() const { in FunctionLength() function
445 return FunctionLength() << 1; in FunctionLengthInBytesARM()
449 return FunctionLength() << 2; in FunctionLengthInBytesAArch64()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1288 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedEntry()
1387 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedARM64Entry()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp97 DWORD FunctionLength : 18; member
2055 _info.start_ip + unwindEntry->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH()
2065 _info.end_ip = _info.start_ip + xdata->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH()