Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h600 EXCEPTION_TABLE, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp480 IO.mapOptional("ExceptionTable", PH.DataDirectories[COFF::EXCEPTION_TABLE]); in mapping()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1706 dir[EXCEPTION_TABLE].RelativeVirtualAddress = in writeHeader()
1708 dir[EXCEPTION_TABLE].Size = exceptionTable.last->getRVA() + in writeHeader()