Searched refs:shouldEmitUsedDirectiveFor (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h99 /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively
102 virtual bool shouldEmitUsedDirectiveFor(const GlobalValue *GV,
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h64 /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively
67 virtual bool shouldEmitUsedDirectiveFor(const GlobalValue *GV, function in class:llvm::TargetLoweringObjectFile
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp603 /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively decide
607 shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const { function in class:TargetLoweringObjectFileMachO
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1314 if (GV && getObjFileLowering().shouldEmitUsedDirectiveFor(GV, Mang))

Completed in 61 milliseconds