Home
last modified time | relevance | path

Searched refs:isSectionAtomizableBySymbols (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfoDarwin.h24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
DMCAsmInfo.h403 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp21 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols( in isSectionAtomizableBySymbols() function in MCAsmInfoDarwin
DMCAsmInfo.cpp116 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const { in isSectionAtomizableBySymbols() function in MCAsmInfo
DMCAssembler.cpp429 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols( in getAtom()
/external/llvm/test/CodeGen/X86/
Dosx-private-labels.ll3 ; TargetLoweringObjectFileMachO::isSectionAtomizableBySymbols should cause
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp302 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp216 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp762 if (!AsmInfo.isSectionAtomizableBySymbols(Section)) in canUsePrivateLabel()