|
LLVM 22.0.0git
|
#include "MCTargetDesc/AArch64FixupKinds.h"#include "MCTargetDesc/AArch64MCAsmInfo.h"#include "MCTargetDesc/AArch64MCTargetDesc.h"#include "llvm/ADT/Twine.h"#include "llvm/BinaryFormat/MachO.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCAsmInfoDarwin.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCFixup.h"#include "llvm/MC/MCMachObjectWriter.h"#include "llvm/MC/MCSection.h"#include "llvm/MC/MCSectionMachO.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCValue.h"#include "llvm/Support/Casting.h"#include "llvm/Support/MathExtras.h"#include <cassert>#include <cstdint>Go to the source code of this file.
Functions | |
| static bool | canUseLocalRelocation (const MCSectionMachO &Section, const MCSymbol &Symbol, unsigned Log2Size) |
|
static |
Definition at line 122 of file AArch64MachObjectWriter.cpp.
References llvm::MCSection::getName(), llvm::MCSectionMachO::getSegmentName(), llvm::MCSectionMachO::getType(), llvm::MachO::S_ATTR_DEBUG, and llvm::MachO::S_CSTRING_LITERALS.