Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h86 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd-14.2/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.cpp113 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() function in llvm
200 appendToUsed(M, {Ctor}); in createSanitizerCtor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp160 appendToUsed(M, {InitOrFiniKernel}); in createInitOrFiniKernel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp212 appendToUsed(M, {DefaultCheckFunc}); in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp239 appendToUsed(M, {GV}); in createInitOrFiniGlobals()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp259 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp380 appendToUsed(M, Used); in ~ScopedSaveAliaseesAndUsed()
1689 appendToUsed(M, {JtAlias}); in buildBitSetsFromFunctionsNative()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1733 appendToUsed(M, CompilerUsedVars); in emitUses()
1738 appendToUsed(M, UsedVars); in emitUses()
H A DSanitizerCoverage.cpp515 appendToUsed(M, GlobalsToAppendToUsed); in instrumentModule()
H A DAddressSanitizer.cpp2196 appendToUsed(M, {AsanDtorFunction}); in CreateAsanModuleDtor()