Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV1Parser()
423 static const unsigned FunctionSize = 2 * sizeof(uint64_t); variable
427 return FunctionListOffset + FunctionIndex * FunctionSize; in getFunctionOffset()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp886 uint32_t FunctionSize = DE.getU32(&Offset); in printCodeViewSymbolSection() local
887 W.printHex("CodeSize", FunctionSize); in printCodeViewSymbolSection()
912 if (PC >= FunctionSize) { in printCodeViewSymbolSection()