Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h76 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp170 appendToUsed(*M, {new GlobalVariable(*M, Type::getInt1Ty(Context), true, in createFSDiscriminatorVariable()
H A DModuleUtils.cpp106 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() function in llvm
132 appendToUsed(M, {Ctor}); in createSanitizerCtor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1154 appendToUsed(*M, CompilerUsedVars); in emitUses()
1159 appendToUsed(*M, UsedVars); in emitUses()
H A DSanitizerCoverage.cpp510 appendToUsed(M, GlobalsToAppendToUsed); in instrumentModule()
H A DAddressSanitizer.cpp2139 appendToUsed(M, {AsanDtorFunction}); in CreateAsanModuleDtor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp240 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp375 appendToUsed(M, Used); in ~ScopedSaveAliaseesAndUsed()