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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRTargetObjectFile.cpp 28 AVRTargetObjectFile::SelectSectionForGlobal(const GlobalObject *GO,
37 return Base::SelectSectionForGlobal(GO, Kind, TM);
AVRTargetObjectFile.h 23 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 20 MCSection *AMDGPUTargetObjectFile::SelectSectionForGlobal(
26 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
AMDGPUTargetObjectFile.h 24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.h 24 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
PPCTargetObjectFile.cpp 24 MCSection *PPC64LinuxTargetObjectFile::SelectSectionForGlobal(
48 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 38 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
ARMTargetObjectFile.cpp 93 MCSection *ARMElfTargetObjectFile::SelectSectionForGlobal(
99 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 39 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
NVPTXISelLowering.cpp 5036 MCSection *NVPTXTargetObjectFile::SelectSectionForGlobal(
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
XCoreTargetObjectFile.cpp 108 MCSection *XCoreTargetObjectFile::SelectSectionForGlobal(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 22 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
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/Target/Lanai/
LanaiTargetObjectFile.h 32 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
LanaiTargetObjectFile.cpp 101 MCSection *LanaiTargetObjectFile::SelectSectionForGlobal(
110 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 34 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
MipsTargetObjectFile.cpp 149 MCSection *MipsTargetObjectFile::SelectSectionForGlobal(
163 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetObjectFile.h 30 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
RISCVTargetObjectFile.cpp 74 MCSection *RISCVELFTargetObjectFile::SelectSectionForGlobal(
83 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, Kind, TM);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 65 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
124 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
168 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
209 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
252 MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 278 virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 338 return SelectSectionForGlobal(GO, 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(

Completed in 54 milliseconds