Home
last modified time | relevance | path

Searched refs:appendToCompilerUsed (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h79 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
H A DLTOCodeGenerator.cpp396 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp66 appendToCompilerUsed(*M, {VectorF}); in addVariantDeclaration()
H A DModuleUtils.cpp110 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp63 appendToCompilerUsed(*M, {TLIFunc}); in replaceWithTLIFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp539 appendToCompilerUsed(M, Note); in createHwasanCtorComdat()
550 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat()
632 appendToCompilerUsed(M, GV); in initializeModule()
1522 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
H A DAddressSanitizer.cpp2175 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF()
2206 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsELF()
2280 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO()
2517 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()
H A DSanitizerCoverage.cpp511 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
H A DInstrProfiling.cpp1152 appendToCompilerUsed(*M, CompilerUsedVars); in emitUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp275 appendToCompilerUsed( in processUsedLDS()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp238 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp376 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()