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

  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 45 /// getSectionForConstant - Given a constant with the SectionKind, return a
47 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
97 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 72 /// getSectionForConstant - Given a constant with the SectionKind, return a
74 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 110 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 327 /// getSectionForConstant - Given a mergeable constant with the
331 getSectionForConstant(SectionKind Kind) const {
587 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 51 milliseconds