Home
last modified time | relevance | path

Searched refs:Override (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dheader-sh-fields.yaml47 ## Override different fields to check the output produced.
49 ## Override the e_shoff field.
55 ## Override the e_shnum field.
61 ## Override the e_shstrndx field.
67 ## Override the e_shentsize field.
77 ## Override the e_phoff field.
83 ## Override the e_phnum field.
89 ## Override the e_phentsize field.
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/DWARF/
H A Ddebug-str.yaml10 ## Override the sh_type field.
15 ## Override the sh_flags field.
20 ## Override the sh_link field.
25 ## Override the sh_addr field.
30 ## Override the sh_addralign field.
35 ## Override the sh_entsize field (sh_entsize=3).
40 ## Override the sh_entsize field (sh_entsize=0).
45 ## Override the sh_info field.
H A Ddebug-addr.yaml98 ## Override the sh_type field.
102 ## Override the sh_flags field.
106 ## Override the sh_link field.
110 ## Override the sh_addr field.
114 ## Override the sh_addralign field.
118 ## Override the sh_entsize field.
122 ## Override the sh_info field.
H A Ddebug-ranges.yaml159 ## Override the sh_type field.
163 ## Override the sh_flags field.
167 ## Override the sh_link field.
171 ## Override the sh_entsize field.
175 ## Override the sh_info field.
179 ## Override the sh_addralign field.
183 ## Override the sh_address field.
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dtool-name.test25 # GCOV: --gcda{{.*}}Override inferred gcda file
26 # GCOV: --gcno{{.*}}Override inferred gcno file
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h860 bool has##NAME##Override() const { \
863 TYPE get##NAME##Override() const { \
864 assert(has##NAME##Override()); \
867 void clear##NAME##Override() { \
873 void set##NAME##Override(TYPE value) { \
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2109 if (Override.empty()) in getOpEnabled()
2113 Override.split(OverrideVector, ','); in getOpEnabled()
2124 Override = Override.substr(0, RefPos); in getOpEnabled()
2128 if (Override == "all") in getOpEnabled()
2132 if (Override == "none") in getOpEnabled()
2136 if (Override == "default") in getOpEnabled()
2169 if (Override.empty()) in getOpRefinementSteps()
2173 Override.split(OverrideVector, ','); in getOpRefinementSteps()
2186 Override = Override.substr(0, RefPos); in getOpRefinementSteps()
2187 assert(Override != "none" && in getOpRefinementSteps()
[all …]
/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A Dmodule-flags-dont-change-others.ll6 !3 = !{i32 4, !"foo", i32 37} ; Override the "foo" value.
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp94 auto Override = cmd(testPath("foo.cc"), "-DA=3"); in TEST_F() local
95 CDB.setCompileCommand(testPath("foo.cc"), Override); in TEST_F()
99 CDB.setCompileCommand(testPath("missing.cc"), Override); in TEST_F()
113 auto Override = cmd(testPath("bar.cc"), "-DA=5"); in TEST_F() local
114 CDB.setCompileCommand(testPath("bar.cc"), Override); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/
H A DCGPasses.td29 "Override module's target triple.">
57 "Override module's target triple.">,
/llvm-project-15.0.7/llvm/test/Linker/
H A Dmodule-flags-2-b.ll4 !0 = !{ i32 4, !"foo", i32 37 } ; Override the "foo" value.
H A Dmodule-flags-5-b.ll4 !0 = !{ i32 4, !"foo", i32 37 } ; Override the "foo" value.
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dconstruct-merge.test26 - # Override
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp66 cl::desc("Override the path to the output spec json file. See "
/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp225 if (has##NAME##Override()) \ in dump()
226 llvm::errs() << "\n " #NAME " Override is " << get##NAME##Override(); in dump()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlli.rst35 Override the ``argv[0]`` value passed into the executing program.
70 Override the target triple specified in the input bitcode file with the
90 Override or control specific attributes of the target, such as whether SIMD
H A Dllc.rst59 Override the target triple specified in the input file with the specified
89 Override or control specific attributes of the target, such as whether SIMD
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp80 OverrideRule Override = nullptr; member
127 if (info.Override) { in ASTPropsEmitter()
132 info.Override = overrideRule; in ASTPropsEmitter()
185 auto overrideRule = derivedInfo.Override; in visitAllProperties()
/llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/
H A Dunroll_disable.ll3 ; Override unroll metadata with llvm.loop.unroll.disable.
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DHost.inc29 // Override the default target with an environment variable named by LLVM_TARGET_TRIPLE_ENV.
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-unified.txt28 # Override default of 3 lines of context.
/llvm-project-15.0.7/clang/test/VFS/
H A Dmodule-import.m18 // Override the module map (vfsoverlay2 on top)
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_flags.inc22 "Override the default page size for the system, in bytes. The size "
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h86 Override = 1 << 2, enumerator
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DHost.inc76 // Override the default target with an environment variable named by

123