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.h668 support::ulittle32_t GuardEHContinuationTable; member
726 support::ulittle64_t GuardEHContinuationTable; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp638 MCase(GuardEHContinuationTable); in mapLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1112 W.printHex("GuardEHContinuationTable", Conf->GuardEHContinuationTable); in printCOFFLoadConfig()
1115 Tables.GuardEHContTableVA = Conf->GuardEHContinuationTable; in printCOFFLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2969 CHECK_VA(GuardEHContinuationTable, "__guard_eh_cont_table") in prepareLoadConfig()