Home
last modified time | relevance | path

Searched defs:code_addr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp124 addr_t ArchitectureArm::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp42 addr_t ArchitectureMips::GetCallableLoadAddress(addr_t code_addr, in GetCallableLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp339 addr_t code_addr = LLDB_INVALID_ADDRESS; in GetCallableLoadAddress() local
372 addr_t code_addr = GetLoadAddress(target); in GetOpcodeLoadAddress() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp268 m_descriptors.push_back(VTableDescriptor(flags, code_addr)); in SetUpRegion() local