| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_globals.cc | 32 typedef __asan_global Global; typedef 35 const Global *g; 45 Global g; 55 Global *g_first, *g_last; 60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 64 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() 85 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() 98 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite() 109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() 115 const Global &g = *l->g; in GetGlobalsForAddress() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_globals.cpp | 31 typedef __asan_global Global; typedef 34 const Global *g; 44 Global g; 54 Global *g_first, *g_last; 59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() 84 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() 97 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite() 108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() 114 const Global &g = *l->g; in GetGlobalsForAddress() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_globals.cc | 30 typedef __asan_global Global; typedef 33 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() 83 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() 94 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite() 105 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() 111 const Global &g = *l->g; in GetGlobalsForAddress() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 43 Global, // opencl_global 48 Global, // opencl_global_device 49 Global, // opencl_global_host 50 Global, // cuda_device 53 Global, // sycl_global 54 Global, // sycl_global_device 55 Global, // sycl_global_host 65 Global, // opencl_global 70 Global, // opencl_global_device 71 Global, // opencl_global_host [all …]
|
| /netbsd-src/usr.sbin/wsmoused/ |
| H A D | config.c | 56 static struct block *Global = NULL; variable 228 b = Global; in config_get_mode() 231 return Global; in config_get_mode() 252 Global = config_parse(f); in config_read() 253 if (Global == NULL) in config_read() 268 if (Global != NULL) in config_free() 269 block_free(Global); in config_free()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| H A D | constraints.md | 31 ;; "i" "Matches a general integer constant." (Global non-architectural) 39 ;; "n" "Matches a non-symbolic integer constant." (Global non-architectural) 40 ;; "o" "Matches an offsettable memory reference." (Global non-architectural) 41 ;; "p" "Matches a general address." (Global non-architectural) 43 ;; "r" GENERAL_REGS (Global non-architectural) 44 ;; "s" "Matches a symbolic integer constant." (Global non-architectural) 56 ;; "E" "Matches a floating-point constant." (Global non-architectural) 57 ;; "F" "Matches a floating-point constant." (Global non-architectural) 73 ;; "V" "Matches a non-offsettable memory reference." (Global non-architectural) 75 ;; "X" "Matches anything." (Global non-architectural) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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() 163 case RecordStreamer::Global: in flushSymverDirectives() 182 case RecordStreamer::Global: in flushSymverDirectives()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 204 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() argument 206 StringRef Name = Global.Name; in print() 210 OS << Global.Start << " " << Global.Size << "\n"; in print() 331 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() argument 333 {{"Name", Global.Name != DILineInfo::BadString ? Global.Name : ""}, in print() 334 {"Start", toHex(Global.Start)}, in print() 335 {"Size", toHex(Global.Size)}}); in print()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/sys/external/bsd/acpica/dist/events/ |
| H A D | evmisc.c | 180 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest() 224 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch() 226 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch() 228 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local 50 if (!isa<Function>(Global)) { in GetGlobalAddressSymbol() 51 auto *WasmSym = cast<MCSymbolWasm>(Printer.getSymbol(Global)); in GetGlobalAddressSymbol() 55 if (WebAssembly::isWasmVarAddressSpace(Global->getAddressSpace()) && in GetGlobalAddressSymbol() 61 computeLegalValueVTs(CurrentFunc, TM, Global->getValueType(), VTs); in GetGlobalAddressSymbol() 73 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); in GetGlobalAddressSymbol() 80 const auto *const F = dyn_cast<Function>(Global); in GetGlobalAddressSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 238 Im.GlobalImport.Type = Import.Global.Type; in dump() 239 Im.GlobalImport.Mutable = Import.Global.Mutable; in dump() 297 for (auto &Global : Obj.globals()) { in dump() local 298 WasmYAML::Global G; in dump() 299 G.Index = Global.Index; in dump() 300 G.Type = Global.Type.Type; in dump() 301 G.Mutable = Global.Type.Mutable; in dump() 302 G.InitExpr = Global.InitExpr; in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 1052 value llvm_is_declaration(LLVMValueRef Global) { in llvm_is_declaration() argument 1053 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration() 1057 value llvm_linkage(LLVMValueRef Global) { in llvm_linkage() argument 1058 return Val_int(LLVMGetLinkage(Global)); in llvm_linkage() 1062 value llvm_set_linkage(value Linkage, LLVMValueRef Global) { in llvm_set_linkage() argument 1063 LLVMSetLinkage(Global, Int_val(Linkage)); in llvm_set_linkage() 1068 value llvm_unnamed_addr(LLVMValueRef Global) { in llvm_unnamed_addr() argument 1069 return Val_bool(LLVMHasUnnamedAddr(Global)); in llvm_unnamed_addr() 1073 value llvm_set_unnamed_addr(value UseUnnamedAddr, LLVMValueRef Global) { in llvm_set_unnamed_addr() argument 1074 LLVMSetUnnamedAddr(Global, Bool_val(UseUnnamedAddr)); in llvm_set_unnamed_addr() [all …]
|
| /netbsd-src/external/bsd/file/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossExSubsection.cpp | 35 uint32_t Global) { in addMapping() argument 36 Mappings[Local] = Global; in addMapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1141 for (const GlobalVariable &Global : M->globals()) { in processGlobals() local 1144 if (Global.hasSection()) { in processGlobals() 1145 SecName = Global.getSection(); in processGlobals() 1146 } else if (Global.hasInitializer()) { in processGlobals() 1148 if (Global.isConstant()) in processGlobals() 1151 SecName = Global.getInitializer()->isZeroValue() ? ".bss" : ".data"; in processGlobals() 1160 if (SecName == ".rodata" && Global.hasPrivateLinkage() && in processGlobals() 1163 TargetLoweringObjectFile::getKindForGlobal(&Global, Asm->TM); in processGlobals() 1172 Global.getDebugInfo(GVs); in processGlobals() 1194 auto Linkage = Global.getLinkage(); in processGlobals() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 73 struct Global { struct 92 Global GlobalImport; argument 336 std::vector<Global> Globals; 416 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Global) in LLVM_YAML_IS_SEQUENCE_VECTOR() 453 template <> struct MappingTraits<WasmYAML::Global> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 454 static void mapping(IO &IO, WasmYAML::Global &Global); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-frontend.cc | 46 Global global; 49 Global::_init (void) in _init() 70 Global::startGagging (void) in startGagging() 80 Global::endGagging (unsigned oldGagged) in endGagging() 97 Global::increaseErrorCount (void) in increaseErrorCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 46 virtual void print(const Request &Request, const DIGlobal &Global) = 0; 93 void print(const Request &Request, const DIGlobal &Global) override; 144 void print(const Request &Request, const DIGlobal &Global) override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Program.h | 152 class Global { 156 Global(Tys... Args) : B(std::forward<Tys>(Args)...) {} in Global() function 177 std::vector<Global *> Globals;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 804 W->OS << char(Import.Global.Type); in writeImportSection() 805 W->OS << char(Import.Global.Mutable ? 1 : 0); in writeImportSection() 866 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local 867 encodeULEB128(Global.Type.Type, W->OS); in writeGlobalSection() 868 W->OS << char(Global.Type.Mutable); in writeGlobalSection() 869 W->OS << char(Global.InitExpr.Opcode); in writeGlobalSection() 870 switch (Global.Type.Type) { in writeGlobalSection() 1320 Import.Global = WS.getGlobalType(); in prepareImports() 1364 Import.Global = {wasm::WASM_TYPE_I32, true}; in prepareImports() 1594 wasm::WasmGlobal Global; in writeOneObject() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | Resources.rst | 6 * `Global Instruction Selection - A Proposal by Quentin Colombet @LLVMDevMeeting 2015 <https://www.… 7 * `Global Instruction Selection - Status by Quentin Colombet, Ahmed Bougacha, and Tim Northover @LL…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | Core.h | 2226 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global); 2227 LLVMBool LLVMIsDeclaration(LLVMValueRef Global); 2228 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global); 2229 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage); 2230 const char *LLVMGetSection(LLVMValueRef Global); 2231 void LLVMSetSection(LLVMValueRef Global, const char *Section); 2232 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global); 2233 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz); 2234 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global); 2235 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 145 return Global; in getKind() 215 case Global: in getDependence() 273 case Global: in print() 362 case NestedNameSpecifier::Global: in getLocalDataLength() 427 case NestedNameSpecifier::Global: in getLocalSourceRange() 659 case NestedNameSpecifier::Global: in MakeTrivial()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ThreadSanitizer.rst | 44 int Global; 46 Global = 42; 52 Global = 43; 54 return Global;
|