|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lld/lib/Driver/DarwinLdDriver.cpp 359 fileType = llvm::MachO::MH_PRELOAD;
759 case llvm::MachO::MH_PRELOAD:
800 case llvm::MachO::MH_PRELOAD:
848 case llvm::MachO::MH_PRELOAD:
897 case llvm::MachO::MH_PRELOAD:
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h 87 case llvm::MachO::MH_PRELOAD:
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp 196 _outputMachOType != llvm::MachO::MH_PRELOAD) {
320 case MH_PRELOAD:
435 case MH_PRELOAD:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 411 if (_file.fileType != llvm::MachO::MH_PRELOAD) {
883 if (_file.fileType != llvm::MachO::MH_PRELOAD) {
tools/lld/unittests/DriverTests/DarwinLdDriverTest.cpp 81 EXPECT_EQ(llvm::MachO::MH_PRELOAD, _ctx.outputMachOType());
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 4875 if (header.filetype == MH_PRELOAD) {
5525 case MH_PRELOAD:
5581 case MH_PRELOAD:
tools/llvm-objdump/MachODump.cpp 8389 case MachO::MH_PRELOAD:
tools/llvm-readobj/MachODumper.cpp 98 { "PreloadedExecutable", MachO::MH_PRELOAD },