Home
last modified time | relevance | path

Searched refs:globals (Results 226 – 250 of 984) sorted by relevance

12345678910>>...40

/netbsd/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst126 statically in the code generator (globals, static members, dummy parameter
137 reads involving globals and temporaries with static storage duration.
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def219 ///< of globals in AddressSanitizer
220 CODEGENOPT(SanitizeAddressUseOdrIndicator, 1, 0) ///< Enable ODR indicator globals
/netbsd/external/apache2/llvm/dist/llvm/docs/Frontend/
H A DPerformanceTips.rst110 The alignment is used to guarantee the alignment on allocas and globals,
130 #. Prefer globals over inttoptr of a constant address - this gives you
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp242 &Module::globals>;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp615 for (auto &GV : M.globals()) { in doInitialization()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp449 for (GlobalVariable &G : M.globals()) { in runIPSCCP()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d23 import dmd.globals;
H A Daggregate.d34 import dmd.globals;
H A Dobjc.d34 import dmd.globals;
H A Ddscope.d33 import dmd.globals;
/netbsd/external/gpl3/gdb/dist/gold/
H A DChangeLog-201917 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp305 for (const auto &G : M.globals()) { in emitEndOfAsmFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp279 for (GlobalVariable &GV : M.globals()) in splitAndWriteThinLTOBitcode()
/netbsd/external/gpl3/binutils/dist/gold/
H A DChangeLog-201917 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp297 for (auto &Global : Obj.globals()) { in dump()
/netbsd/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/
H A Dgtyp-input.list110 SRCDIR/gcc/target-globals.h
/netbsd/external/gpl3/gcc.old/usr.bin/gcc/arch/or1k/
H A Dgtyp-input.list107 SRCDIR/gcc/target-globals.h
/netbsd/external/gpl3/binutils.old/dist/gold/
H A DChangeLog-201917 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
/netbsd/external/gpl3/gdb.old/dist/gold/
H A DChangeLog-201917 Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAliasAnalysis.rst513 * Distinct globals, stack allocations, and heap allocations can never alias.
519 * Pointers that obviously point to constant globals "``pointToConstantMemory``".
542 globals), but is very quick analysis.
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp60 foreach varname [info globals] {
66 foreach varname [info globals] {
5375 foreach varname [info globals] {
5386 foreach varname [info globals] {
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp60 foreach varname [info globals] {
66 foreach varname [info globals] {
5375 foreach varname [info globals] {
5386 foreach varname [info globals] {
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt404 1. The code to infer alignment from loads of globals is in the X86 backend,
412 4. The alignment inference code cannot handle loads from globals in non-static
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp757 for (GlobalValue &SGV : SrcM->globals()) { in computeTypeMapping()
1516 for (GlobalVariable &GV : SrcM->globals()) { in run()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc203 // globals which this critical section addresses.
439 // can't proceed until the globals are updated.

12345678910>>...40