Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dload-config.test8 X86: LoadConfig [
53 X64: LoadConfig [
98 NOCONFIG-NOT: LoadConfig
/llvm-project-15.0.7/lld/test/COFF/
H A Dsafeseh.s17 # CHECK-NOGC: LoadConfig [
36 # CHECK-GC: LoadConfig [
H A Dgiats.s15 # CHECK: LoadConfig [
35 # DELAY-CHECK: LoadConfig [
H A Dgfids-gc.s25 # CHECK-NOGC: LoadConfig [
48 # CHECK-GC: LoadConfig [
H A Dsafeseh-notable.s21 # CHECK-NOT: LoadConfig
H A Dguardcf-lto.ll16 ; CHECK: LoadConfig [
H A Dsafeseh-no.s17 # CHECK: LoadConfig [
H A Dgfids-corrupt.s11 # CHECK: LoadConfig [
H A Dguard-longjmp.s7 # CHECK: LoadConfig [
H A Dgfids-fallback.s8 # CHECK: LoadConfig [
H A Dgfids-icf.s20 # CHECK: LoadConfig [
H A Dguard-ehcont.s7 # CHECK: LoadConfig [
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp330 auto LoadConfig = in createOptionsProvider() local
360 return LoadConfig((*Text)->getBuffer(), ConfigFile); in createOptionsProvider()
364 return LoadConfig(Config, "<command-line-config>"); in createOptionsProvider()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h826 const void *LoadConfig = nullptr; variable
930 return reinterpret_cast<const coff_load_configuration32 *>(LoadConfig); in getLoadConfig32()
935 return reinterpret_cast<const coff_load_configuration64 *>(LoadConfig); in getLoadConfig64()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp755 LoadConfig = (const void *)IntPtr; in initLoadConfigPtr()