Home
last modified time | relevance | path

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

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