Home
last modified time | relevance | path

Searched full:accessors (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1135 /// 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 DDiagnosticOptions.h92 // 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 Dsmr_types.h34 * 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 Dpcpu.h111 * Accessors with a given base.
119 * Accessors for the current cpu.
126 * Accessors for remote cpus.
/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.h30 * 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 DObject.h174 // SectionRef accessors
190 // SymbolRef accessors
195 // RelocationRef accessors
/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h167 /*! 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 Dgic_v3_var.h128 * GIC Distributor accessors.
141 /* GIC Re-Distributor accessors (per-CPU) */
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h65 /// @name Accessors
109 /// @name Accessors
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h262 /// @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 DREADME.md29 * 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 DMCExpr.h75 /// \name Accessors
166 /// \name Accessors
403 /// \name Accessors
471 /// \name Accessors
628 /// \name Accessors
H A DMCELFObjectWriter.h104 /// \name Accessors
124 // N64 relocation type accessors
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h248 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 DRecord.pm137 #Class level accessors
302 #Read only accessors
324 #Read/write accessors
H A DAlert.pm30 #Read only accessors
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h57 // Accessors for literals.
60 // Accessors for encoding info.
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp254 // SectionRef accessors
302 // SymbolRef accessors
329 // RelocationRef accessors
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h13 // 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 Dcommon.h17 /* Accessors for key components */
/freebsd/sys/contrib/device-tree/Bindings/soc/litex/
H A Dlitex,soc-controller.yaml14 and to check if those accessors are ready to be used.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h1 //===- PDBSymbolAnnotation.h - Accessors for querying PDB annotations ---*-===//
H A DPDBSymbolBlock.h1 //===- PDBSymbolBlock.h - Accessors for querying PDB blocks -------------*-===//
H A DPDBSymbolCompiland.h1 //===- PDBSymbolCompiland.h - Accessors for querying PDB compilands -----*-===//
H A DPDBSymbolExe.h1 //===- PDBSymbolExe.h - Accessors for querying executables in a PDB ----*-===//

1234567891011