| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
| AddressSanitizerOptions.h | 19 Global, ///< Append to llvm.global_dtors
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| RecordStreamer.h | 26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used,
|
| WasmObjectFile.cpp | 185 Expr.Value.Global = readULEB128(Ctx); 391 nameType = wasm::NameType::GLOBAL; 393 return make_error<GenericBinaryError>("global named more than once", 571 return make_error<GenericBinaryError>("invalid global symbol index", 575 return make_error<GenericBinaryError>("undefined weak global symbol", 580 wasm::WasmGlobal &Global = Globals[GlobalIndex]; 581 GlobalType = &Global.Type; 582 if (Global.SymbolName.empty()) 583 Global.SymbolName = Info.Name; 592 GlobalType = &Import.Global; [all...] |
| /src/usr.sbin/wsmoused/ |
| config.c | 53 * Global variables. 56 static struct block *Global = NULL; 220 /* Gets a mode block (childs of the global scope), which matches the 228 b = Global; 230 if (strcmp(modename, "Global") == 0) 231 return Global; 252 Global = config_parse(f); 253 if (Global == NULL) 268 if (Global != NULL) 269 block_free(Global); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Program.h | 47 /// Emits a string literal among global data. 50 /// Returns a pointer to a global. 53 /// Returns the value of a global. 59 /// Finds a global's index. 62 /// Returns or creates a global an creates an index to it. 68 /// Creates a global and returns its index. 71 /// Creates a global from a lifetime-extended temporary. 146 /// Custom allocator for global storage. 149 /// Descriptor + storage for a global object. 151 /// Global objects never go out of scope, thus they do not track pointers [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| AMDGPU.h | 34 Global = 1, 392 // In amdgcn target the null pointer in global, constant, and generic
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_globals.cc | 32 typedef __asan_global Global; 35 const Global *g; 45 Global g; 55 Global *g_first, *g_last; 60 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 64 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 85 static void ReportGlobal(const Global &g, const char *prefix) { 87 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu " 98 static u32 FindRegistrationSite(const Global *g) { 109 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_str_test.cc | 20 static char global_string[] = "global"; 40 Global, 65 if (oob_kind != OOBKind::Global) { 66 // We don't insert RedZones to the left of global variables 94 StrLenOOBTestTemplate(global_string, global_string_length, OOBKind::Global);
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| NestedNameSpecifier.h | 47 /// (for dependent names), decltype specifier, or the global specifier ('::'). 70 /// When the pointer is NULL, this specifier represents the global 96 /// The global specifier '::'. There is no stored value. 97 Global, 105 /// Builds the global specifier. 153 /// Returns the nested name specifier representing the global 449 /// Turn this (empty) nested-name-specifier into the global
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyMCInstLower.cpp | 49 const GlobalValue *Global = MO.getGlobal(); 50 if (!isa<Function>(Global)) { 51 auto *WasmSym = cast<MCSymbolWasm>(Printer.getSymbol(Global)); 53 // GlobalValue is actually a WebAssembly global, then ensure the symbol is a 55 if (WebAssembly::isWasmVarAddressSpace(Global->getAddressSpace()) && 61 computeLegalValueVTs(CurrentFunc, TM, Global->getValueType(), VTs); 73 const auto *FuncTy = cast<FunctionType>(Global->getValueType()); 80 const auto *const F = dyn_cast<Function>(Global); 181 report_fatal_error("Global indexes with offsets not supported"); 333 // because global addresses or other external symbols are handled above [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_globals.cpp | 31 typedef __asan_global Global; 34 const Global *g; 43 Global g; 53 Global *g_first, *g_last; 58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 82 static void ReportGlobal(const Global &g, const char *prefix) { 86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s source=%s module=%s " 96 // Fallback to Global::gcc_location 101 static u32 FindRegistrationSite(const Global *g) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_globals.cpp | 31 typedef __asan_global Global; 34 const Global *g; 44 Global g; 54 Global *g_first, *g_last; 59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { 63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { 84 static void ReportGlobal(const Global &g, const char *prefix) { 86 "%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu " 97 static u32 FindRegistrationSite(const Global *g) { 108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| Symbolize.cpp | 147 DIGlobal Global = Info->symbolizeData(ModuleOffset); 149 Global.Name = DemangleName(Global.Name, Info); 150 return Global;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| Wasm.h | 88 uint32_t Global; 122 WasmGlobalType Global; 200 // For function, table, or global symbols, the index in function, table, or 201 // global index space. 210 GLOBAL, 234 WASM_SEC_GLOBAL = 6, // Global declarations 346 // GLOBAL, EVENT, and TABLE are in here but LLVM doesn't use them yet.
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| WasmYAML.h | 73 struct Global { 92 Global GlobalImport; 336 std::vector<Global> Globals; 416 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Global) 453 template <> struct MappingTraits<WasmYAML::Global> { 454 static void mapping(IO &IO, WasmYAML::Global &Global);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| AMDGPUMetadata.h | 64 Global = 1,
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCompileUnit.cpp | 162 // If the global variable's type is different from the one in the class 206 const GlobalVariable *Global = GE.Var; 225 if (Global && Global->hasDLLImportStorageClass()) 229 if (!Global && (!Expr || !Expr->isConstant())) 232 if (Global && Global->isThreadLocal() && 261 if (Global) { 262 const MCSymbol *Sym = Asm->getSymbol(Global); 263 if (Global->isThreadLocal()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| PDBTypes.h | 235 Global,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| MicrosoftDemangleNodes.h | 51 Global,
|
| ItaniumDemangle.h | 3374 bool Global = consumeIf("gs"); 3381 if (Global) 3394 else if (Global) 4156 bool Global = consumeIf("gs"); 4180 return make<NewExpr>(ExprList, Ty, Inits, Global, IsArray); 4183 return make<NewExpr>(ExprList, Ty, NodeArray(), Global, IsArray); 4549 bool Global = consumeIf("gs"); 4642 return make<DeleteExpr>(Ex, Global, /*is_array=*/true); 4662 return make<DeleteExpr>(E, Global, /*is_array=*/false);
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| WasmObjectWriter.cpp | 80 // A wasm global to be written into the global section. 197 // Maps function/global/table symbols to the 198 // function/global/table/event/section index space. 617 // Provisional value is function/global/event Wasm index 637 // Provisional value is address of the global plus the offset 804 W->OS << char(Import.Global.Type); 805 W->OS << char(Import.Global.Mutable ? 1 : 0); 866 for (const wasm::WasmGlobal &Global : Globals) { 867 encodeULEB128(Global.Type.Type, W->OS) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
| llvm-nm.cpp | 838 bool Global = SymFlags & SymbolRef::SF_Global; 842 (!Global && ExternalOnly) || (Weak && NoWeakSymbols) ||
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 271 struct Global 327 extern Global global; 375 bool showColumns = global.params.showColumns, 376 MessageStyle messageStyle = global.params.messageStyle) const;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| CodeView.h | 595 support::ulittle32_t Global;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| IRTranslator.cpp | 1621 Value *Global = TLI.getSDagStackGuard(*MF->getFunction().getParent()); 1622 if (!Global) 1625 MachinePointerInfo MPInfo(Global);
|