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

  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 43 /// getSectionForConstant - Given a constant with the SectionKind, return a
45 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
95 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 70 /// getSectionForConstant - Given a constant with the SectionKind, return a
72 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 277 /// getSectionForConstant - Given a mergable constant with the
281 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 297 /// getSectionForConstant - Given a mergeable constant with the
301 getSectionForConstant(SectionKind Kind) const {
535 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 72 milliseconds