Home
last modified time | relevance | path

Searched refs:Global (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp166 for (GlobalVariable &Global : M.globals()) { in collectCandidateConstants()
168 LLVM_DEBUG(Global.dump()); in collectCandidateConstants()
169 LLVM_DEBUG(dbgs() << "isConstant() " << Global.isConstant() << "\n"); in collectCandidateConstants()
170 LLVM_DEBUG(dbgs() << "hasInitializer() " << Global.hasInitializer() in collectCandidateConstants()
174 if (!Global.isConstant() || !Global.hasInitializer() || in collectCandidateConstants()
175 Global.isThreadLocal()) in collectCandidateConstants()
183 if (Global.hasSection()) in collectCandidateConstants()
188 if (Global.hasMetadata()) in collectCandidateConstants()
192 dyn_cast<ConstantDataSequential>(Global.getInitializer()); in collectCandidateConstants()
199 if (AllUsedGlobals.contains(&Global)) in collectCandidateConstants()
[all …]
/src/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td5 Global,
9 Global,
13 Global,
18 Global,
22 Global,
26 Global,
30 Global,
34 Global,
38 Global,
42 Global,
[all …]
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td5 Global,
9 Global,
13 Global,
17 Global,
21 Global,
28 Global,
32 Global,
36 Global,
40 Global,
44 Global,
[all …]
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp31 typedef __asan_global Global; typedef
34 const Global *g;
43 Global g;
53 Global *g_first, *g_last;
58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
82 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal()
101 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
112 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress()
118 const Global &g = *l->g; in GetGlobalsForAddress()
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td5 Global,
9 Global,
13 Global,
17 Global,
21 Global,
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md10 - **Global**:
96 | **⇒ Global Information and Functions** | | | | | …
97 | `OSSL_default_cipher_list` | Global | ��U | ��U | ��NC | ��Done …
98 | `OSSL_default_ciphersuites` | Global | ��U | ��U | ��NC | ��Done …
99 | `ERR_load_SSL_strings` | Global | ��U | ��U | ��NC | ��Done …
100 | `OPENSSL_init_ssl` | Global | ��U | ��U | ��NC | ��Done …
101 | `OPENSSL_cipher_name` | Global | ��U | ��U | ��NC | ��Done …
102 | `SSL_alert_desc_string` | Global | ��U | ��U | ��NC | ��Done …
103 | `SSL_alert_desc_string_long` | Global | ��U | ��U | ��NC | ��Done …
104 | `SSL_alert_type_string` | Global | ��U | ��U | ��NC | ��Done …
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td5 Global,
13 Global,
17 Global,
21 Global,
/src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp202 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument
204 StringRef Name = Global.Name; in print()
208 OS << Global.Start << " " << Global.Size << "\n"; in print()
209 if (Global.DeclFile.empty()) in print()
212 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print()
342 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() argument
344 {{"Name", Global.Name != DILineInfo::BadString ? Global.Name : ""}, in print()
345 {"Start", toHex(Global.Start)}, in print()
346 {"Size", toHex(Global.Size)}}); in print()
/src/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp21 case Global: in markDefined()
46 case Global: in markGlobal()
48 S = (Attribute == MCSA_Weak) ? UndefinedWeak : Global; in markGlobal()
61 case Global: in markUsed()
158 case RecordStreamer::Global: in flushSymverDirectives()
177 case RecordStreamer::Global: in flushSymverDirectives()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp47 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
48 if (!isa<Function>(Global)) { in GetGlobalAddressSymbol()
49 auto *WasmSym = cast<MCSymbolWasm>(Printer.getSymbol(Global)); in GetGlobalAddressSymbol()
53 if (WebAssembly::isWasmVarAddressSpace(Global->getAddressSpace()) && in GetGlobalAddressSymbol()
58 Type *GlobalVT = Global->getValueType(); in GetGlobalAddressSymbol()
67 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol()
74 const auto *const F = dyn_cast<Function>(Global); in GetGlobalAddressSymbol()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber() argument
74 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber}); in getNumber()
80 void erase(GlobalValue *Global) { in erase() argument
81 GlobalNumbers.erase(Global); in erase()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp99 return CUDAFunctionTarget::Global; in IdentifyTarget()
146 return CUDAFunctionTarget::Global; in IdentifyTarget()
189 case CUDAFunctionTarget::Global: in IdentifyTarget()
250 if (CalleeTarget == CUDAFunctionTarget::Global && in IdentifyPreference()
251 (CallerTarget == CUDAFunctionTarget::Global || in IdentifyPreference()
262 CalleeTarget == CUDAFunctionTarget::Global) || in IdentifyPreference()
263 (CallerTarget == CUDAFunctionTarget::Global && in IdentifyPreference()
271 (CallerTarget == CUDAFunctionTarget::Global || in IdentifyPreference()
284 CalleeTarget == CUDAFunctionTarget::Global))) in IdentifyPreference()
299 (CallerTarget == CUDAFunctionTarget::Global && in IdentifyPreference()
[all …]
/src/sys/contrib/dev/acpica/components/events/
H A Devmisc.c288 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest()
332 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
334 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
336 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h18 Global, ///< Append to llvm.global_dtors enumerator
25 Global enumerator
H A DAddressSanitizer.h43 AsanDtorKind DestructorKind = AsanDtorKind::Global,
44 AsanCtorKind ConstructorKind = AsanCtorKind::Global);
/src/sys/contrib/device-tree/src/arm64/apple/
H A Dt8015-d20.dts3 * Apple iPhone 8 (Global), D20 iPhone10,1 (A1863/A1906/A1907)
13 model = "Apple iPhone 8 (Global)";
H A Dt8015-d22.dts3 * Apple iPhone X (Global), D22, iPhone10,3 (A1865)
13 model = "Apple iPhone X (Global)";
H A Dt8015-d21.dts3 * Apple iPhone 8 Plus (Global), D21 iPhone10,2 (A1864/A1897/A1898)
13 model = "Apple iPhone 8 Plus (Global)";
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h47 for (Global *G : Globals) in ~Program()
179 class Global {
183 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function
205 std::vector<Global *> Globals;
/src/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td5 Global, DefaultTrue,
11 Global,
86 Global,
180 Global,
202 Global,
215 Global,
219 Global,
226 Global,
230 Global,
234 Global,
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td5 Global,
9 Global,
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp36 uint32_t Global) { in addMapping() argument
37 Mappings[Local] = Global; in addMapping()
/src/contrib/file/magic/Magdir/
H A Dsysex152 >>>4 byte 0x04 GLBR (Global Parameter Request)
153 >>>4 byte 0x14 GLBD (Global Parameter Dump)
154 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
155 >>>4 byte 0x34 GLBQ (Global Parameter Parameter Inquiry)
176 >>>4 byte 0x04 GLBR (Global Parameter Request)
177 >>>4 byte 0x14 GLBD (Global Parameter Dump)
178 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
179 >>>4 byte 0x34 GLBQ (Global Parameter Parameter Inquiry)
194 >>>4 byte 0x04 GLBR (Global Parameter Request)
195 >>>4 byte 0x14 GLBD (Global Parameter Dump)
[all …]
/src/secure/caroot/trusted/
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem2 ## Trustwave Global ECC P256 Certification Authority
20 … = Illinois, L = Chicago, O = "Trustwave Holdings, Inc.", CN = Trustwave Global ECC P256 Certifica…
24 … = Illinois, L = Chicago, O = "Trustwave Holdings, Inc.", CN = Trustwave Global ECC P256 Certifica…
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h82 struct Global { struct
99 Global GlobalImport; argument
354 std::vector<Global> Globals;
434 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Global) in LLVM_YAML_IS_SEQUENCE_VECTOR()
472 template <> struct MappingTraits<WasmYAML::Global> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
473 static void mapping(IO &IO, WasmYAML::Global &Global); in LLVM_YAML_IS_SEQUENCE_VECTOR()

12345678910>>...13