reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/include/lld/ReaderWriter/MachOLinkingContext.h
  121   HeaderFileType outputMachOType() const { return _outputMachOType; }
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  187   _outputMachOType = type;
  195   if (_outputMachOType != llvm::MachO::MH_OBJECT &&
  196       _outputMachOType != llvm::MachO::MH_PRELOAD) {
  217   switch (_outputMachOType) {
  317   switch (_outputMachOType) {
  328   switch (_outputMachOType) {
  341   if (_outputMachOType == MH_OBJECT)
  354   switch (_outputMachOType) {
  371   if (_outputMachOType == MH_OBJECT)
  385   switch (_outputMachOType) {
  420   if ((_outputMachOType == MH_EXECUTE) && !_outputMachOTypeStatic) {
  427   switch (_outputMachOType) {
  586   if (_currentVersion && _outputMachOType != MH_DYLIB) {
  591   if (_compatibilityVersion && _outputMachOType != MH_DYLIB) {
  596   if (_deadStrippableDylib && _outputMachOType != MH_DYLIB) {