| /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/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 | 34 typedef __asan_global Global; typedef 37 const Global *g = nullptr; 46 Global g = {}; 54 Global *g_first, *g_last; 92 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 96 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() 110 static void AddGlobalToList(ListOfGlobals &list, const Global *g) { in AddGlobalToList() 117 const Global *g = &dyn_g.g; in UnpoisonDynamicGlobals() 132 const Global *g = &dyn_g.g; in PoisonDynamicGlobals() 145 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() [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/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 10 - **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 …]
|
| /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/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 209 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument 211 StringRef Name = Global.Name; in print() 215 OS << Global.Start << " " << Global.Size << "\n"; in print() 216 if (Global.DeclFile.empty()) in print() 219 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print() 352 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() argument 354 {{"Name", Global.Name != DILineInfo::BadString ? Global.Name : ""}, in print() 355 {"Start", toHex(Global.Start)}, in print() 356 {"Size", toHex(Global.Size)}}); in print()
|
| /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/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 97 return CUDAFunctionTarget::Global; in IdentifyTarget() 144 return CUDAFunctionTarget::Global; in IdentifyTarget() 187 case CUDAFunctionTarget::Global: in IdentifyTarget() 248 if (CalleeTarget == CUDAFunctionTarget::Global && in IdentifyPreference() 249 (CallerTarget == CUDAFunctionTarget::Global || in IdentifyPreference() 260 CalleeTarget == CUDAFunctionTarget::Global) || in IdentifyPreference() 261 (CallerTarget == CUDAFunctionTarget::Global && in IdentifyPreference() 269 (CallerTarget == CUDAFunctionTarget::Global || in IdentifyPreference() 282 CalleeTarget == CUDAFunctionTarget::Global))) in IdentifyPreference() 297 (CallerTarget == CUDAFunctionTarget::Global && in IdentifyPreference() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 48 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local 49 if (!isa<Function>(Global)) { in GetGlobalAddressSymbol() 50 auto *WasmSym = cast<MCSymbolWasm>(Printer.getSymbol(Global)); in GetGlobalAddressSymbol() 54 if (WebAssembly::isWasmVarAddressSpace(Global->getAddressSpace()) && in GetGlobalAddressSymbol() 59 Type *GlobalVT = Global->getValueType(); in GetGlobalAddressSymbol() 68 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() 75 const auto *const F = dyn_cast<Function>(Global); in GetGlobalAddressSymbol()
|
| /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/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 72 uint64_t getNumber(GlobalValue* Global) { in getNumber() argument 75 std::tie(MapIter, Inserted) = GlobalNumbers.insert({Global, NextNumber}); in getNumber() 81 void erase(GlobalValue *Global) { in erase() argument 82 GlobalNumbers.erase(Global); in erase()
|
| /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 | 45 AsanDtorKind DestructorKind = AsanDtorKind::Global, 46 AsanCtorKind ConstructorKind = AsanCtorKind::Global);
|
| /freebsd/sys/contrib/device-tree/src/arm64/apple/ |
| H A D | t8015-d20.dts | 3 * Apple iPhone 8 (Global), D20 iPhone10,1 (A1863/A1906/A1907) 13 model = "Apple iPhone 8 (Global)";
|
| H A D | t8015-d22.dts | 3 * Apple iPhone X (Global), D22, iPhone10,3 (A1865) 13 model = "Apple iPhone X (Global)";
|
| H A D | t8015-d21.dts | 3 * Apple iPhone 8 Plus (Global), D21 iPhone10,2 (A1864/A1897/A1898) 13 model = "Apple iPhone 8 Plus (Global)";
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLogProperties.td | 5 Global, 9 Global,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 5 Global, DefaultTrue, 8 Global, DefaultTrue, 14 Global, 92 Global, 195 Global, 227 Global, 240 Global, 244 Global, 251 Global, 255 Global, [all …]
|
| /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/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Program.h | 47 for (Global *G : Globals) in ~Program() 192 class Global { 196 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function 218 std::vector<Global *> Globals;
|
| /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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 83 struct Global { struct 100 Global GlobalImport; argument 356 std::vector<Global> Globals; 436 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Global) in LLVM_YAML_IS_SEQUENCE_VECTOR() 474 template <> struct MappingTraits<WasmYAML::Global> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 475 static void mapping(IO &IO, WasmYAML::Global &Global); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 142 return Global; in getKind() 208 case Global: in getDependence() 285 case SpecifierKind::Global: in translateToType() 319 case Global: in print() 364 case NestedNameSpecifier::Global: in getLocalDataLength() 416 case NestedNameSpecifier::Global: in getLocalSourceRange() 643 case NestedNameSpecifier::Global: in MakeTrivial()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 843 W->OS << char(Import.Global.Type); in writeImportSection() 844 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection() 905 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local 906 encodeULEB128(Global.Type.Type, W->OS); in writeGlobalSection() 907 W->OS << char(Global.Type.Mutable); in writeGlobalSection() 908 if (Global.InitExpr.Extended) { in writeGlobalSection() 911 W->OS << char(Global.InitExpr.Inst.Opcode); in writeGlobalSection() 912 switch (Global.Type.Type) { in writeGlobalSection() 1376 Import.Global = WS.getGlobalType(); in prepareImports() 1419 Import.Global = {wasm::WASM_TYPE_I32, true}; in prepareImports() [all …]
|