Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DFaultMapParser.h91 using FunctionAddrType = uint64_t; variable
97 FunctionAddrOffset + sizeof(FunctionAddrType);
113 FunctionAddrType getFunctionAddr() const { in getFunctionAddr()
114 return read<FunctionAddrType>(P + FunctionAddrOffset, E); in getFunctionAddr()