Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfoDarwin.h24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
DMCAsmInfo.h420 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfoDarwin.h26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
DMCAsmInfo.h436 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp22 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols( in isSectionAtomizableBySymbols() function in MCAsmInfoDarwin
DMCAsmInfo.cpp74 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const { in isSectionAtomizableBySymbols() function in MCAsmInfo
DMCAssembler.cpp190 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols( in getAtom()
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp21 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols( in isSectionAtomizableBySymbols() function in MCAsmInfoDarwin
DMCAsmInfo.cpp118 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const { in isSectionAtomizableBySymbols() function in MCAsmInfo
DMCAssembler.cpp161 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols( in getAtom()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dosx-private-labels.ll3 ; TargetLoweringObjectFileMachO::isSectionAtomizableBySymbols should cause
/external/llvm/test/CodeGen/X86/
Dosx-private-labels.ll3 ; TargetLoweringObjectFileMachO::isSectionAtomizableBySymbols should cause
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp319 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in recordRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp302 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp221 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp221 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp784 if (!AsmInfo.isSectionAtomizableBySymbols(Section)) in canUsePrivateLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp980 if (!AsmInfo.isSectionAtomizableBySymbols(Section)) in canUsePrivateLabel()