HomeSort by: relevance | last modified time | path
    Searched refs:isSectionAtomizableBySymbols (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 25 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
MCAsmInfo.h 567 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoDarwin.cpp 21 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols(
MCAsmInfo.cpp 89 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const {
MCAssembler.cpp 184 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 318 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 220 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1463 if (!AsmInfo.isSectionAtomizableBySymbols(Section))

Completed in 25 milliseconds