HomeSort by relevance Sort by last modified time
    Searched refs:getKindForGlobal (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLoweringObjectFile.h 69 /// getKindForGlobal - Classify the specified global variable into a set of
71 static SectionKind getKindForGlobal(const GlobalValue *GV,
87 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 87 static SectionKind getKindForGlobal(const GlobalObject *GO,
101 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 87 static SectionKind getKindForGlobal(const GlobalObject *GO,
101 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLoweringObjectFile.h 86 static SectionKind getKindForGlobal(const GlobalObject *GO,
100 return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 50 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 79 static SectionKind getKindForGlobal(const GlobalValue *GV,
93 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 54 // section kind using getKindForGlobal() is only allowed for global
59 return isGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 67 // section kind using getKindForGlobal() is only allowed for global
72 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 127 /// getKindForGlobal - This is a top-level target-independent classifier for
132 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 117 /// getKindForGlobal - This is a top-level target-independent classifier for
122 SectionKind TargetLoweringObjectFile::getKindForGlobal(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 565 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal())
TargetLoweringObjectFileImpl.cpp 798 SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
    [all...]

Completed in 2112 milliseconds

1 2