Home
last modified time | relevance | path

Searched refs:IMAGE_SCN_LNK_INFO (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionCOFF.cpp66 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_INFO) in printSwitchToSection()
H A DMCObjectFileInfo.cpp755 ".drectve", COFF::IMAGE_SCN_LNK_INFO | COFF::IMAGE_SCN_LNK_REMOVE); in initCOFFMCObjectFileInfo()
765 SXDataSection = Ctx->getCOFFSection(".sxdata", COFF::IMAGE_SCN_LNK_INFO); in initCOFFMCObjectFileInfo()
/freebsd/contrib/elftoolchain/libpe/
H A Dpe.h247 #define IMAGE_SCN_LNK_INFO 0x00000200 macro
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp162 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_INFO, C, Style, "info"); in formatSectionCharacteristics()
/freebsd/stand/efi/include/amd64/
H A Dpe.h257 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
/freebsd/stand/efi/include/i386/
H A Dpe.h257 #define IMAGE_SCN_LNK_INFO 0x00000200 // Section contains comments or some other… macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h306 IMAGE_SCN_LNK_INFO = 0x00000200, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp320 .CaseLower("info", COFF::IMAGE_SCN_LNK_INFO) in ParseDirectiveSegment()
H A DCOFFAsmParser.cpp265 *Flags |= COFF::IMAGE_SCN_LNK_INFO; in ParseSectionFlags()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp607 u32(IMAGE_SCN_LNK_INFO | IMAGE_SCN_LNK_REMOVE)}}; in createWeakExternal()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp287 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp276 BCase(IMAGE_SCN_LNK_INFO); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp486 (COFF::IMAGE_SCN_MEM_DISCARDABLE | COFF::IMAGE_SCN_LNK_INFO); in isRequiredForExecution()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp956 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp427 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_INFO ),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2859 OutContext.getCOFFSection(".hybmp$x", COFF::IMAGE_SCN_LNK_INFO)); in emitSpecialLLVMGlobal()