Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h146 static const size_t FunctionAddrOffset = 0; variable
148 FunctionAddrOffset + sizeof(FunctionAddrType);
165 return read<FunctionAddrType>(P + FunctionAddrOffset, E); in getFunctionAddr()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h99 FunctionAddrOffset, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp138 ENTRY("addr-offset", FunctionAddrOffset, UInt64),
369 ENUM_TO_CSTR(FunctionAddrOffset); in TypeToCString()
1761 case Entry::Type::FunctionAddrOffset: in Format()