Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h131 uint32_t FunctionLength() const { in FunctionLength() function
252 uint32_t FunctionLength() const { in FunctionLength() function
439 uint32_t FunctionLength() const { in FunctionLength() function
444 return FunctionLength() << 1; in FunctionLengthInBytesARM()
448 return FunctionLength() << 2; in FunctionLengthInBytesAArch64()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1048 SW.printNumber("FunctionLength", in dumpXDataRecord()
1235 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedEntry()
1334 SW.printNumber("FunctionLength", RF.FunctionLength()); in dumpPackedARM64Entry()