Searched refs:Meta (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp123 const AllocationMetadata &Meta = Metadata[i]; local
124 if (Meta.Addr && !Meta.IsDeallocated && Meta.Addr >= Start &&
125 Meta.Addr < Start + Size)
126 Cb(Meta.Addr, Meta.Size, Arg);
187 AllocationMetadata *Meta = addrToMetadata(Ptr); local
195 Meta->RecordAllocation(Ptr, Size);
196 Meta
221 AllocationMetadata *Meta = addrToMetadata(UPtr); local
260 AllocationMetadata *Meta = addrToMetadata(reinterpret_cast<uintptr_t>(Ptr)); local
[all...]
H A Dcrash_handler.cpp90 const AllocationMetadata *Meta = addrToMetadata(State, Metadata, ErrorPtr); local
91 if (Meta->Addr == 0)
94 return Meta;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h159 void *operator new(size_t Meta, PoolAllocTy &Alloc, size_t Data) { argument
160 return Alloc.Allocate(Meta + Data, alignof(void *));
/freebsd-13-stable/share/mk/
H A Dlocal.sys.mk36 # Meta mode may rebuild targets that then fail. The next build won't detect
H A Dbsd.dep.mk275 # ambiguous suffix transformation rules from .PATH. Meta mode does not
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h891 static MachineOperand CreateMetadata(const MDNode *Meta) {
893 Op.Contents.MD = Meta;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h388 Meta = 0x04, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk333 # ambiguous suffix transformation rules from .PATH. Meta mode does not
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp226 IO.enumCase(Kind, "Meta", VFTableSlotKind::Meta);

Completed in 220 milliseconds