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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCAsmInfo.cpp 25 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCAsmInfo.cpp 29 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 26 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCAsmInfo.cpp 37 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
ARCMCAsmInfo.cpp 22 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 34 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCAsmInfo.h 30 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.cpp 36 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 37 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 38 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 44 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 46 UsesELFSectionDirectiveForBSS = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 316 bool UsesELFSectionDirectiveForBSS = false;
597 bool usesELFSectionDirectiveForBSS() const {
598 return UsesELFSectionDirectiveForBSS;

Completed in 23 milliseconds