Searched refs:emitLinkerFlagsForGlobal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h173 void emitLinkerFlagsForGlobal(raw_ostream &OS, const GlobalValue *GV,
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h184 virtual void emitLinkerFlagsForGlobal(raw_ostream &OS, const GlobalValue *GV, function in class:llvm::TargetLoweringObjectFile
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp630 TLOFCOFF.emitLinkerFlagsForGlobal(FlagsOS, &Function, *Mang);
632 TLOFCOFF.emitLinkerFlagsForGlobal(FlagsOS, &Global, *Mang);
634 TLOFCOFF.emitLinkerFlagsForGlobal(FlagsOS, &Alias, *Mang);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp545 TLOF.emitLinkerFlagsForGlobal(OS, &Function, *Mang);
547 TLOF.emitLinkerFlagsForGlobal(OS, &Global, *Mang);
549 TLOF.emitLinkerFlagsForGlobal(OS, &Alias, *Mang);
/external/llvm/lib/LTO/
H A DLTOModule.cpp655 _target->getObjFileLowering()->emitLinkerFlagsForGlobal(OS, Sym.symbol,
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1067 void TargetLoweringObjectFileCOFF::emitLinkerFlagsForGlobal( function in class:TargetLoweringObjectFileCOFF

Completed in 261 milliseconds