Home
last modified time | relevance | path

Searched refs:appendToUsed (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h100 LLVM_ABI void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
H A DModuleUtils.cpp158 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() function in llvm
247 appendToUsed(M, {Ctor}); in createSanitizerCtor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp162 appendToUsed(M, {InitOrFiniKernel}); in createInitOrFiniKernel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp212 appendToUsed(M, {DefaultCheckFunc}); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp208 appendToUsed(M, {GV}); in createInitOrFiniGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp357 appendToUsed(M, TDGV); in generateBaseTypeDescriptor()
442 appendToUsed(M, TDGV); in generateTypeDescriptor()
H A DInstrProfiling.cpp2106 appendToUsed(M, CompilerUsedVars); in emitUses()
2111 appendToUsed(M, UsedVars); in emitUses()
H A DSanitizerCoverage.cpp558 appendToUsed(M, GlobalsToAppendToUsed); in instrumentModule()
H A DAddressSanitizer.cpp2351 appendToUsed(M, {AsanDtorFunction}); in CreateAsanModuleDtor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp259 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp376 appendToUsed(M, {NonFuncBegin, Vec.end()}); in collectAndEraseUsedFunctions()
409 appendToUsed(M, Used); in ~ScopedSaveAliaseesAndUsed()
1728 appendToUsed(M, {JtAlias}); in buildBitSetsFromFunctionsNative()