/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 31 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed() 54 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed; member in __anon324ddd150111::PreserveLibCallsAndAsmUsed 132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed() local
|
H A D | LTOCodeGenerator.cpp | 367 if (GlobalVariable *LLVMUsed = in preserveDiscardableGVs() local 404 auto *LLVMUsed = new llvm::GlobalVariable( in preserveDiscardableGVs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 30 std::vector<GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed() 53 std::vector<GlobalValue *> &LLVMUsed; member in __anon3608c9370111::PreserveLibCallsAndAsmUsed
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 31 std::vector<GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed() 54 std::vector<GlobalValue *> &LLVMUsed; member in __anonc1c6cdbd0111::PreserveLibCallsAndAsmUsed
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 39 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
|
H A D | StripSymbols.cpp | 191 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
|
H A D | GlobalOpt.cpp | 2224 class LLVMUsed { class 2231 LLVMUsed(Module &M) { in LLVMUsed() function in __anona92c72010211::LLVMUsed
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 46 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
|
H A D | StripSymbols.cpp | 197 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
|
H A D | GlobalOpt.cpp | 2171 class LLVMUsed { class 2178 LLVMUsed(Module &M) { in LLVMUsed() function in __anonfaa42ca90511::LLVMUsed
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 46 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
|
H A D | StripSymbols.cpp | 191 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
|
H A D | GlobalOpt.cpp | 2649 class LLVMUsed { class 2656 LLVMUsed(Module &M) { in LLVMUsed() function in __anon8752eea30411::LLVMUsed
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 578 GlobalVariable *LLVMUsed = M->getGlobalVariable("llvm.used"); in emitUses() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 346 std::vector<llvm::WeakVH> LLVMUsed; variable
|