Searched refs:appendToCompilerUsed (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | ModuleUtils.h | 89 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | UpdateCompilerUsed.cpp | 132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
|
| D | LTOCodeGenerator.cpp | 472 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | InjectTLIMappings.cpp | 65 appendToCompilerUsed(*M, {VectorF}); in addVariantDeclaration()
|
| D | ModuleUtils.cpp | 113 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm 375 appendToCompilerUsed(M, GV); in embedBufferInModule()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ReplaceWithVeclib.cpp | 62 appendToCompilerUsed(*M, {TLIFunc}); in replaceWithTLIFunction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | HWAddressSanitizer.cpp | 532 appendToCompilerUsed(M, Note); in createHwasanCtorComdat() 543 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat() 625 appendToCompilerUsed(M, GV); in initializeModule() 1563 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
|
| D | AddressSanitizer.cpp | 2056 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF() 2087 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsELF() 2162 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO() 2397 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in InstrumentGlobals()
|
| D | InstrProfiling.cpp | 1253 appendToCompilerUsed(*M, CompilerUsedVars); in emitUses()
|
| D | SanitizerCoverage.cpp | 533 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
|
| D | PGOInstrumentation.cpp | 1914 appendToCompilerUsed(M, createIRLevelProfileFlagVar(M, /*IsCS=*/true)); in run()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | ThinLTOBitcodeWriter.cpp | 244 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
|
| D | LowerTypeTests.cpp | 381 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULowerModuleLDSPass.cpp | 766 appendToCompilerUsed(M, in runOnModule()
|