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

  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 84 MCSection *SectionForGlobal(const GlobalValue *GV, SectionKind Kind,
90 MCSection *SectionForGlobal(const GlobalValue *GV, Mangler &Mang,
92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 241 TargetLoweringObjectFile::SectionForGlobal(const GlobalValue *GV,
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 120 getObjFileLowering().SectionForGlobal(GV, *Mang, TM));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 154 getObjFileLowering().SectionForGlobal(GV, *Mang, TM));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 427 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
458 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM);
551 getObjFileLowering().SectionForGlobal(F, *Mang, TM));
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 777 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM);
    [all...]

Completed in 2301 milliseconds