HomeSort by: relevance | last modified time | path
    Searched defs:insertSSPDeclarations (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1947 void TargetLoweringBase::insertSSPDeclarations(Module &M) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2533 void X86TargetLowering::insertSSPDeclarations(Module &M) const {
2558 TargetLowering::insertSSPDeclarations(M);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 3424 void SparcTargetLowering::insertSSPDeclarations(Module &M) const {
3426 return TargetLowering::insertSSPDeclarations(M);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 16410 void PPCTargetLowering::insertSSPDeclarations(Module &M) const {
16412 return TargetLowering::insertSSPDeclarations(M);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 17024 void AArch64TargetLowering::insertSSPDeclarations(Module &M) const {
17041 TargetLowering::insertSSPDeclarations(M);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19416 void ARMTargetLowering::insertSSPDeclarations(Module &M) const {
19418 return TargetLowering::insertSSPDeclarations(M);

Completed in 112 milliseconds