Home
last modified time | relevance | path

Searched defs:ShouldInternalize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h230 bool ShouldInternalize = true; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/
DLTOCodeGenerator.h241 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/
DLTOCodeGenerator.h241 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h242 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/
DLTOCodeGenerator.h241 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h240 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/
DLTOCodeGenerator.h243 bool ShouldInternalize = EnableLTOInternalization; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DToolChain.h130 bool ShouldInternalize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DToolChain.h125 bool ShouldInternalize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DToolChain.h130 bool ShouldInternalize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DToolChain.h130 bool ShouldInternalize; member
/aosp_15_r20/external/llvm/tools/lto/
H A Dlto.cpp449 bool ShouldInternalize) { in lto_codegen_set_should_internalize()