/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1135 /// This namespace defines accessors shared by different versions of coverage 1137 namespace accessors { 1184 } // end namespace accessors 1198 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash() 1202 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 1225 return accessors::advanceByOneOutOfLine<ThisT, Endian>(this, MappingBuf); in advanceByOne() 1234 return accessors::getCoverageMappingOutOfLine<ThisT, Endian>(this, in getCoverageMapping() 1249 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash() 1253 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 1257 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 92 // Define simple diagnostic options (with no accessors). 99 // have accessors (below). 132 // Define accessors/mutators for diagnostic options of enumeration type.
|
/freebsd/sys/sys/ |
H A D | smr_types.h | 34 * SMR Accessors are meant to provide safe access to SMR protected 37 * Accessors are grouped by type: 52 /* Type restricting pointer access to force smr accessors. */
|
H A D | pcpu.h | 111 * Accessors with a given base. 119 * Accessors for the current cpu. 126 * Accessors for remote cpus.
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_fdt_gpio.h | 30 * to connect the get_present and get_readonly accessors to the corresponding 48 * Setup cannot fail. If the properties are not present, the accessors will
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Object.h | 174 // SectionRef accessors 190 // SymbolRef accessors 195 // RelocationRef accessors
|
/freebsd/contrib/opencsd/decoder/include/mem_acc/ |
H A D | trc_mem_acc_file.h | 167 /*! Override to handle ranges and offset accessors plus add in file name. */ 173 * Keeps a list of file accessors created. 220 …::map<std::string, TrcMemAccessorFile *> s_FileAccessorMap; /**< map of file accessors in use. */
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3_var.h | 128 * GIC Distributor accessors. 141 /* GIC Re-Distributor accessors (per-CPU) */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXMCExpr.h | 65 /// @name Accessors 109 /// @name Accessors
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 262 /// @name Module Level Accessors 359 /// @name Generic Value Accessors 391 /// @name Function Accessors 439 /// @name Global Variable Accessors 482 /// @name Global Alias Accessors 491 /// @name Global IFunc Accessors 500 /// @name Named Metadata Accessors 516 /// @name Comdat Accessors 524 /// @name Module Flags Accessors
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 29 * Add real module property retrieval (currently hard-coded in accessors). 88 module registration, memory allocation, module property accessors, basic
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 75 /// \name Accessors 166 /// \name Accessors 403 /// \name Accessors 471 /// \name Accessors 628 /// \name Accessors
|
H A D | MCELFObjectWriter.h | 104 /// \name Accessors 124 // N64 relocation type accessors
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_dcd_tree.h | 248 The memory mapper will not allow two accessors to overlap in the same memory space. 256 …It is no necessary for clients to register memory accessors for all spaces - _ANY will be sufficie… 273 …* Get a pointer to the memory mapper. Allows a client to add memory accessors directly to the mapp… 295 /** @name Memory Accessors
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 137 #Class level accessors 302 #Read only accessors 324 #Read/write accessors
|
H A D | Alert.pm | 30 #Read only accessors
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 57 // Accessors for literals. 60 // Accessors for encoding info.
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 254 // SectionRef accessors 302 // SymbolRef accessors 329 // RelocationRef accessors
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 13 // When using the accessors, please assume they can return null. This happens 40 /// a binary expression'. Used for implementing accessors. 42 /// In general `NodeRole`s should be named the same as their accessors. 208 /// FIXME: add accessors for semicolon of statements that have it. 531 // TODO: add accessors for specifiers.
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | common.h | 17 /* Accessors for key components */
|
/freebsd/sys/contrib/device-tree/Bindings/soc/litex/ |
H A D | litex,soc-controller.yaml | 14 and to check if those accessors are ready to be used.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolAnnotation.h | 1 //===- PDBSymbolAnnotation.h - Accessors for querying PDB annotations ---*-===//
|
H A D | PDBSymbolBlock.h | 1 //===- PDBSymbolBlock.h - Accessors for querying PDB blocks -------------*-===//
|
H A D | PDBSymbolCompiland.h | 1 //===- PDBSymbolCompiland.h - Accessors for querying PDB compilands -----*-===//
|
H A D | PDBSymbolExe.h | 1 //===- PDBSymbolExe.h - Accessors for querying executables in a PDB ----*-===//
|