Home
last modified time | relevance | path

Searched refs:Meta (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp51 llvm::GlobalVariable::SanitizerMetadata Meta; in reportGlobal() local
53 Meta = GV->getSanitizerMetadata(); in reportGlobal()
55 Meta.NoAddress |= NoSanitizeAttrSet.hasOneOf(SanitizerKind::Address); in reportGlobal()
56 Meta.NoAddress |= CGM.isInNoSanitizeList( in reportGlobal()
59 Meta.NoHWAddress |= NoSanitizeAttrSet.hasOneOf(SanitizerKind::HWAddress); in reportGlobal()
60 Meta.NoHWAddress |= CGM.isInNoSanitizeList( in reportGlobal()
63 Meta.Memtag |= in reportGlobal()
65 Meta.Memtag &= !NoSanitizeAttrSet.hasOneOf(SanitizerKind::MemTag); in reportGlobal()
66 Meta.Memtag &= !CGM.isInNoSanitizeList( in reportGlobal()
69 Meta.IsDynInit = IsDynInit && !Meta.NoAddress && in reportGlobal()
[all …]
H A DCGVTables.cpp971 llvm::GlobalValue::SanitizerMetadata Meta; in RemoveHwasanMetadata() local
973 Meta = GV->getSanitizerMetadata(); in RemoveHwasanMetadata()
974 Meta.NoHWAddress = true; in RemoveHwasanMetadata()
975 GV->setSanitizerMetadata(Meta); in RemoveHwasanMetadata()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp135 const AllocationMetadata &Meta = Metadata[i]; in iterate() local
136 if (Meta.Addr && !Meta.IsDeallocated && Meta.Addr >= Start && in iterate()
137 Meta.Addr < Start + Size) in iterate()
138 Cb(Meta.Addr, Meta.RequestedSize, Arg); in iterate()
260 Meta->RecordAllocation(UserPtr, Size); in allocate()
330 AllocationMetadata *Meta = addrToMetadata(UPtr); in deallocate() local
334 if (Meta->HasCrashed) in deallocate()
337 if (Meta->Addr != UPtr) { in deallocate()
341 if (Meta->IsDeallocated) { in deallocate()
354 Meta->RecordDeallocation(); in deallocate()
[all …]
H A Dcrash_handler.cpp100 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); in __gwp_asan_get_metadata() local
101 if (Meta->Addr == 0) in __gwp_asan_get_metadata()
104 return Meta; in __gwp_asan_get_metadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp35 GlobalValue::SanitizerMetadata Meta = G.getSanitizerMetadata(); in shouldTagGlobal() local
41 Meta.Memtag = false; in shouldTagGlobal()
42 G.setSanitizerMetadata(Meta); in shouldTagGlobal()
65 Meta.Memtag = false; in shouldTagGlobal()
66 G.setSanitizerMetadata(Meta); in shouldTagGlobal()
/freebsd-14.2/contrib/tcsh/
H A Deight-bit.me34 Meta-<non-control-character> bindings would be undone in these cases.
116 self-insert-command, I lost the ability to use the Meta key to call the
129 Meta ~Ctrl<Key>d: string(0x1b) string(d)
136 :Meta ~Ctrl<Key>d: string(0x1b) string(d) \\n\\
137 :Meta ~Ctrl<Key>D: string(0x1b) string(D) \\n\\
138 :Meta ~Ctrl<Key>e: string(0x1b) string(e) \\n\\
139 :Meta ~Ctrl<Key>E: string(0x1b) string(E) \\n\\
140 :Meta ~Ctrl<Key>v: string(0x1b) string(v) \\n\\
141 :Meta ~Ctrl<Key>V: string(0x1b) string(V)
H A DFAQ84 the short-cut key sequence to clear log (i.e. Meta-e or Diamond-e) doesn't
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dimg,meta-intc.txt1 * Meta External Trigger Controller Binding
4 representation of a Meta external trigger controller.
44 * Meta external trigger block
64 // Compatible with Meta hardware trigger block.
71 * An interrupt generating device that is wired to a Meta external
H A Dimg,pdc-intc.txt64 // Compatible with Meta hardware trigger block.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h18 enum class Meta : uint64_t { enum
26 using MemProfSchema = llvm::SmallVector<Meta, static_cast<int>(Meta::Size)>;
48 for (const Meta Id : Schema) { in deserialize()
51 case Meta::Name: { \ in deserialize()
69 for (const Meta Id : Schema) { in serialize()
72 case Meta::Name: { \ in serialize()
103 #define MIBEntryDef(NameTag, Name, Type) List.push_back(Meta::Name); in getSchema()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp100 if (NumSchemaIds > static_cast<uint64_t>(Meta::Size)) { in readMemProfSchema()
109 if (Tag >= static_cast<uint64_t>(Meta::Size)) { in readMemProfSchema()
113 Result.push_back(static_cast<Meta>(Tag)); in readMemProfSchema()
/freebsd-14.2/sys/contrib/openzfs/
H A DMETA1 Meta: 1
/freebsd-14.2/contrib/file/magic/Magdir/
H A Debml4 # ebml: file(1) magic for various Extensible Binary Meta Language
/freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-vega-s95-meta.dts12 model = "Tronsmart Vega S95 Meta";
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h185 void *operator new(size_t Meta, PoolAllocTy &Alloc, size_t Data) { in new() argument
186 return Alloc.Allocate(Meta + Data, alignof(void *)); in new()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h153 Meta, enumerator
273 bool isMetaInstruction() const { return Flags & (1ULL << MCID::Meta); } in isMetaInstruction()
/freebsd-14.2/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl1221 eval(Meta.parse(preliminary_command))
1224 lo = BigFloat(eval(Meta.parse(argwords[1])))
1225 hi = BigFloat(eval(Meta.parse(argwords[2])))
1228 f = eval(Meta.parse("x -> " * argwords[5]))
1246 w = eval(Meta.parse("(x,y) -> " * argwords[6]))
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml19 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
/freebsd-14.2/contrib/tcsh/nls/german/
H A Dset443 41 hat Meta-Taste
H A Dset76 4 \tEs hat %s Meta-Taste\n
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp234 void GlobalValue::setSanitizerMetadata(SanitizerMetadata Meta) { in setSanitizerMetadata() argument
235 getContext().pImpl->GlobalValueSanitizerMetadata[this] = Meta; in setSanitizerMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h944 static MachineOperand CreateMetadata(const MDNode *Meta) { in CreateMetadata() argument
946 Op.Contents.MD = Meta; in CreateMetadata()
/freebsd-14.2/share/misc/
H A Dorganization.dot19 # Meta-categories go here
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h361 void setSanitizerMetadata(SanitizerMetadata Meta);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h396 Meta = 0x04, enumerator

12