Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCtorDtorLowering.cpp69 appendToUsed(M, {InitOrFiniKernel}); in createInitOrFiniKernel()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h86 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp178 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
H A DModuleUtils.cpp109 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() function in llvm
196 appendToUsed(M, {Ctor}); in createSanitizerCtor()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp205 appendToUsed(M, {DefaultCheckFunc}); in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1255 appendToUsed(*M, CompilerUsedVars); in emitUses()
1260 appendToUsed(*M, UsedVars); in emitUses()
H A DSanitizerCoverage.cpp532 appendToUsed(M, GlobalsToAppendToUsed); in instrumentModule()
H A DAddressSanitizer.cpp2020 appendToUsed(M, {AsanDtorFunction}); in CreateAsanModuleDtor()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp246 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp380 appendToUsed(M, Used); in ~ScopedSaveAliaseesAndUsed()
1570 appendToUsed(M, {JtAlias}); in buildBitSetsFromFunctionsNative()