Home
last modified time | relevance | path

Searched refs:sigfault_bounds_type (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp359 CompilerType sigfault_bounds_type = ast->CreateRecordType( in GetSiginfoType() local
362 ast->StartTagDeclarationDefinition(sigfault_bounds_type); in GetSiginfoType()
364 sigfault_bounds_type, "_addr_bnd", in GetSiginfoType()
371 ast->AddFieldToRecordType(sigfault_bounds_type, "_pkey", uint_type, in GetSiginfoType()
373 ast->CompleteTagDeclarationDefinition(sigfault_bounds_type); in GetSiginfoType()
453 {"_bounds", sigfault_bounds_type}, in GetSiginfoType()