Searched refs:X86_64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp1 //===- X86_64.cpp ---------------------------------------------------------===//
25 struct X86_64 : TargetInfo { struct in namespace:__anon2710
26 X86_64();
71 uint64_t X86_64::getImplicitAddend(MemoryBufferRef mb, const section_64 &sec,
117 void X86_64::relocateOne(uint8_t *loc, const Reloc &r, uint64_t val) const {
177 void X86_64::writeStub(uint8_t *buf, const DylibSymbol &sym) const {
196 void X86_64::writeStubHelperHeader(uint8_t *buf) const {
204 void X86_64::writeStubHelperEntry(uint8_t *buf, const DylibSymbol &sym,
212 void X86_64::prepareSymbolRelocation(lld::macho::Symbol &sym,
250 uint64_t X86_64
274 X86_64::X86_64() { function in class:X86_64
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp1 //===- X86_64.cpp ---------------------------------------------------------===//
26 class X86_64 : public TargetInfo { class in namespace:__anon2692
28 X86_64();
76 X86_64::X86_64() { function in class:X86_64
99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; }
101 // Opcodes for the different X86_64 jmp instructions.
241 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file,
311 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s,
368 void X86_64
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h43 X86_64 = 0, X86_32_DarwinEH = 1, X86_32_Generic = 2 enumerator in enum:llvm::DWARFFlavour::__anon4401
H A DX86MCTargetDesc.cpp59 return DWARFFlavour::X86_64;
/freebsd-13-stable/usr.bin/clang/lld/
H A DMakefile53 SRCS+= ELF/Arch/X86_64.cpp

Completed in 497 milliseconds