HomeSort by relevance Sort by last modified time
    Searched refs:isSectionAtomizableBySymbols (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
MCAsmInfo.h 420 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 26 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
MCAsmInfo.h 436 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 21 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols(
MCAsmInfo.cpp 118 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const {
MCAssembler.cpp 161 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmInfoDarwin.cpp 22 bool MCAsmInfoDarwin::isSectionAtomizableBySymbols(
MCAsmInfo.cpp 74 bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const {
MCAssembler.cpp 190 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols(
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 302 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 319 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 221 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 221 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec))
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 784 if (!AsmInfo.isSectionAtomizableBySymbols(Section))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp     [all...]

Completed in 552 milliseconds