Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h86 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.cpp114 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() function in llvm
203 appendToUsed(M, {Ctor}); in createSanitizerCtor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp160 appendToUsed(M, {InitOrFiniKernel});
/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.cpp240 appendToUsed(M, {GV}); in createInitOrFiniGlobals()
/freebsd/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()
1691 appendToUsed(M, {JtAlias}); in buildBitSetsFromFunctionsNative()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp2097 appendToUsed(M, CompilerUsedVars); in emitUses()
2102 appendToUsed(M, UsedVars); in emitUses()
H A DSanitizerCoverage.cpp519 appendToUsed(M, GlobalsToAppendToUsed); in instrumentModule()
H A DAddressSanitizer.cpp2288 appendToUsed(M, {AsanDtorFunction}); in CreateAsanModuleDtor()