Home
last modified time | relevance | path

Searched refs:_outputMachOType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp187 _outputMachOType = type; in configure()
195 if (_outputMachOType != llvm::MachO::MH_OBJECT && in configure()
196 _outputMachOType != llvm::MachO::MH_PRELOAD) { in configure()
217 switch (_outputMachOType) { in configure()
317 switch (_outputMachOType) { in outputTypeHasEntry()
328 switch (_outputMachOType) { in needsStubsPass()
341 if (_outputMachOType == MH_OBJECT) in needsGOTPass()
354 switch (_outputMachOType) { in needsCompactUnwindPass()
371 if (_outputMachOType == MH_OBJECT) in needsShimPass()
385 switch (_outputMachOType) { in needsTLVPass()
[all …]
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h121 HeaderFileType outputMachOType() const { return _outputMachOType; } in outputMachOType()
454 HeaderFileType _outputMachOType = llvm::MachO::MH_EXECUTE; variable