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

Definitions

include/llvm/ObjectYAML/MachOYAML.h
  114   bool IsLittleEndian;
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
lib/ObjectYAML/MachOEmitter.cpp
  208 void MachOWriter::writeLoadCommands(raw_ostream &OS) {
tools/llvm-objcopy/MachO/MachOReader.cpp
  118   for (auto LoadCmd : MachOObj.load_commands()) {
tools/llvm-objcopy/MachO/MachOWriter.cpp
  149   uint8_t *Begin = B.getBufferStart() + headerSize();
  150   for (const auto &LC : O.LoadCommands) {