Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h142 using FunctionAddrType = uint64_t; variable
148 FunctionAddrOffset + sizeof(FunctionAddrType);
164 FunctionAddrType getFunctionAddr() const { in getFunctionAddr()
165 return read<FunctionAddrType>(P + FunctionAddrOffset, E); in getFunctionAddr()