/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 5 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 D | PPCMergeStringPool.cpp | 166 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 D | InterpreterProperties.td | 5 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 D | asan_globals.cpp | 31 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 D | PlatformQemuUserProperties.td | 5 Global, 9 Global, 13 Global, 17 Global, 21 Global,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 202 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 D | ProcessGDBRemoteProperties.td | 5 Global, 13 Global, 17 Global, 21 Global,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 21 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 D | marvell,dove.txt | 9 * 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 D | WebAssemblyMCInstLower.cpp | 47 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 D | FunctionComparator.h | 71 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 D | evmisc.c | 288 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 D | SemaCUDA.cpp | 99 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 D | AddressSanitizerOptions.h | 18 Global, ///< Append to llvm.global_dtors enumerator 25 Global enumerator
|
H A D | AddressSanitizer.h | 43 AsanDtorKind DestructorKind = AsanDtorKind::Global, 44 AsanCtorKind ConstructorKind = AsanCtorKind::Global);
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 47 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 D | TargetProperties.td | 5 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 D | StructuredDataDarwinLogProperties.td | 5 Global, 9 Global,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 36 uint32_t Global) { in addMapping() argument 37 Mappings[Local] = Global; in addMapping()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sysex | 152 >>>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 D | Trustwave_Global_ECC_P256_Certification_Authority.pem | 2 ## 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 D | BJCA_Global_Root_CA2.pem | 2 ## 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 D | OISTE_WISeKey_Global_Root_GC_CA.pem | 2 ## 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 D | WasmYAML.h | 82 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 D | WasmObjectWriter.cpp | 866 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 …]
|