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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 37 const MCSection *getSectionForConstant(SectionKind Kind) const override;
XCoreTargetObjectFile.cpp 169 getSectionForConstant(SectionKind Kind) const {
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 46 const MCSection *getSectionForConstant(SectionKind Kind) const override;
103 const MCSection *getSectionForConstant(SectionKind Kind) const override;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 73 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 90 const MCSection *getSectionForConstant(SectionKind Kind) const override {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 296 /// getSectionForConstant - Given a mergable constant with the
300 TargetLoweringObjectFile::getSectionForConstant(SectionKind Kind) const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 338 /// getSectionForConstant - Given a mergeable constant with the
342 getSectionForConstant(SectionKind Kind) const {
657 TargetLoweringObjectFileMachO::getSectionForConstant(SectionKind Kind) const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 284 milliseconds