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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
XCoreTargetObjectFile.cpp 148 MCSection *XCoreTargetObjectFile::getSectionForConstant(
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 42 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
MipsTargetObjectFile.cpp 141 MCSection *MipsTargetObjectFile::getSectionForConstant(
147 return TargetLoweringObjectFileELF::getSectionForConstant(DL, Kind, C);
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 61 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
X86TargetObjectFile.cpp 156 MCSection *X86WindowsTargetObjectFile::getSectionForConstant(
174 return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C);
X86AsmPrinter.cpp 573 getObjFileLowering().getSectionForConstant(DL, Kind, C))) {
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 49 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
106 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 86 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 255 return getSectionForConstant(F.getParent()->getDataLayout(),
279 MCSection *TargetLoweringObjectFile::getSectionForConstant(
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 72 virtual MCSection *getSectionForConstant(const DataLayout &DL,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 348 MCSection *TargetLoweringObjectFileELF::getSectionForConstant(
632 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 568 milliseconds