HomeSort by: relevance | last modified time | path
    Searched defs:SelectSectionForGlobal (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 20 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal(
26 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO,
37 return Base::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 24 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal(
48 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 101 MCSection *LanaiTargetObjectFile::SelectSectionForGlobal(
110 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 93 MCSection *ARMElfTargetObjectFile::SelectSectionForGlobal(
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 149 MCSection *MipsTargetObjectFile::SelectSectionForGlobal(
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetObjectFile.cpp 74 MCSection *RISCVELFTargetObjectFile::SelectSectionForGlobal(
83 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 108 MCSection *XCoreTargetObjectFile::SelectSectionForGlobal(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 127 MCSection *HexagonTargetObjectFile::SelectSectionForGlobal(
129 TRACE("[SelectSectionForGlobal] GO(" << GO->getName() << ") ");
162 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
424 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
460 return SelectSectionForGlobal(FuncObj, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 853 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal(
1249 MCSection *TargetLoweringObjectFileMachO::SelectSectionForGlobal(
1609 MCSection *TargetLoweringObjectFileCOFF::SelectSectionForGlobal(
2028 return SelectSectionForGlobal(GO, Kind, TM);
2084 MCSection *TargetLoweringObjectFileWasm::SelectSectionForGlobal(
2266 MCSection *TargetLoweringObjectFileXCOFF::SelectSectionForGlobal(
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 5036 MCSection *NVPTXTargetObjectFile::SelectSectionForGlobal(

Completed in 28 milliseconds