Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/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 …]
/freebsd/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()
182 if (Global.hasSection()) in collectCandidateConstants()
187 if (Global.hasMetadata()) in collectCandidateConstants()
191 dyn_cast<ConstantDataSequential>(Global.getInitializer()); in collectCandidateConstants()
198 if (AllUsedGlobals.contains(&Global)) in collectCandidateConstants()
201 if (!hasReplaceableUsers(Global)) in collectCandidateConstants()
[all …]
/freebsd/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 …]
/freebsd/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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUserProperties.td5 Global,
9 Global,
13 Global,
17 Global,
21 Global,
/freebsd/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()
344 {{"Name", Global.Name != DILineInfo::BadString ? Global in print()
334 print(const Request & Request,const DIGlobal & Global) print() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td5 Global,
13 Global,
17 Global,
21 Global,
/freebsd/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()
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dmarvell,dove.txt9 * Global Configuration registers
11 Global Configuration registers of Dove SoC are shared by a syscon node.
15 - reg: base address and size of the Global Configuration registers.
/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/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 …]
/freebsd/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);
/freebsd/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;
/freebsd/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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td5 Global,
9 Global,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp36 uint32_t Global) { in addMapping() argument
37 Mappings[Local] = Global; in addMapping()
/freebsd/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 …]
/freebsd/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…
H A DBJCA_Global_Root_CA2.pem2 ## BJCA Global Root CA2
20 Issuer: C = CN, O = BEIJING CERTIFICATE AUTHORITY, CN = BJCA Global Root CA2
24 Subject: C = CN, O = BEIJING CERTIFICATE AUTHORITY, CN = BJCA Global Root CA2
H A DOISTE_WISeKey_Global_Root_GC_CA.pem2 ## OISTE WISeKey Global Root GC CA
20 … Issuer: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GC CA
24 … Subject: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GC CA
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp866 W->OS << char(Import.Global.Type); in writeImportSection()
867 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection()
928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local
929 encodeULEB128(Global.Type.Type, W->OS); in writeGlobalSection()
930 W->OS << char(Global.Type.Mutable); in writeGlobalSection()
931 if (Global.InitExpr.Extended) { in writeGlobalSection()
934 W->OS << char(Global.InitExpr.Inst.Opcode); in writeGlobalSection()
935 switch (Global.Type.Type) { in writeGlobalSection()
1383 Import.Global = WS.getGlobalType(); in prepareImports()
1426 Import.Global = {wasm::WASM_TYPE_I32, true}; in prepareImports()
[all …]

12345678910>>...13