Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp85 appendToCompilerUsed(M, {GV}); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp132 appendToCompilerUsed(TheModule, UsedValues); in updateCompilerUsed()
H A DLTOCodeGenerator.cpp449 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h103 LLVM_ABI void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp68 appendToCompilerUsed(*M, {VecFunc}); in addVariantDeclaration()
H A DModuleUtils.cpp162 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() function in llvm
397 appendToCompilerUsed(M, GV); in embedBufferInModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp65 appendToCompilerUsed(*M, {TLIFunc}); in getTLIFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp81 appendToCompilerUsed(M, Globals); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp609 appendToCompilerUsed(M, Note); in createHwasanCtorComdat()
620 appendToCompilerUsed(M, Dummy); in createHwasanCtorComdat()
701 appendToCompilerUsed(M, GV); in initializeModule()
1753 appendToCompilerUsed(M, Descriptor); in instrumentGlobal()
H A DSanitizerCoverage.cpp514 appendToCompilerUsed(M, SanCovCallbackGate); in instrumentModule()
559 appendToCompilerUsed(M, GlobalsToAppendToCompilerUsed); in instrumentModule()
H A DMemProfInstrumentation.cpp506 appendToCompilerUsed(M, MemprofHistogramFlag); in createMemprofHistogramFlagVar()
H A DAddressSanitizer.cpp2386 appendToCompilerUsed(M, MetadataGlobals); in InstrumentGlobalsCOFF()
2417 appendToCompilerUsed(M, MetadataGlobals); in instrumentGlobalsELF()
2491 appendToCompilerUsed(M, LivenessGlobals); in InstrumentGlobalsMachO()
2709 appendToCompilerUsed(M, ArrayRef<GlobalValue *>(GlobalsToAddToUsedList)); in instrumentGlobals()
H A DInstrProfiling.cpp2104 appendToCompilerUsed(M, CompilerUsedVars); in emitUses()
2165 appendToCompilerUsed(M, SamplingVar); in createProfileSamplingVar()
H A DPGOInstrumentation.cpp1997 appendToCompilerUsed( in run()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp141 appendToCompilerUsed(M, DummyEntry); in getOffloadEntryArray()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp257 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp374 appendToCompilerUsed(M, {NonFuncBegin, Vec.end()}); in collectAndEraseUsedFunctions()
410 appendToCompilerUsed(M, CompilerUsed); in ~ScopedSaveAliaseesAndUsed()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp685 appendToCompilerUsed(M, {static_cast<GlobalValue *>( in lowerModuleScopeStructVariables()