Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp30 class ArchHandler_x86_64 : public ArchHandler { class
32 ArchHandler_x86_64() = default;
33 ~ArchHandler_x86_64() override = default;
261 const Registry::KindStrings ArchHandler_x86_64::_sKindStrings[] = {
296 const ArchHandler::StubInfo ArchHandler_x86_64::_sStubInfo = {
340 bool ArchHandler_x86_64::isCallSite(const Reference &ref) { in isCallSite()
347 bool ArchHandler_x86_64::isPointer(const Reference &ref) { in isPointer()
355 bool ArchHandler_x86_64::isPairedReloc(const Relocation &reloc) { in isPairedReloc()
360 ArchHandler_x86_64::kindFromReloc(const Relocation &reloc) { in kindFromReloc()
396 ArchHandler_x86_64::getReferenceInfo(const Relocation &reloc, in getReferenceInfo()
[all …]
DCMakeLists.txt6 ArchHandler_x86_64.cpp
/external/llvm-project/llvm/utils/gn/secondary/lld/lib/ReaderWriter/MachO/
DBUILD.gn17 "ArchHandler_x86_64.cpp",