Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h659 support::ulittle32_t GuardEHContinuationTable; member
717 support::ulittle64_t GuardEHContinuationTable; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp615 MCase(GuardEHContinuationTable); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1064 W.printHex("GuardEHContinuationTable", Conf->GuardEHContinuationTable); in printCOFFLoadConfig()
1067 Tables.GuardEHContTableVA = Conf->GuardEHContinuationTable; in printCOFFLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2490 CHECK_VA(GuardEHContinuationTable, "__guard_eh_cont_table") in checkLoadConfigGuardData()