Searched refs:source_version_command (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp475 void MappingTraits<MachO::source_version_command>::mapping(
476 IO &IO, MachO::source_version_command &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h361 MachO::source_version_command
/external/llvm/include/llvm/Support/
H A DMachO.h786 struct source_version_command { struct
1166 inline void swapStruct(source_version_command &s) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h791 struct source_version_command { struct
1174 inline void swapStruct(source_version_command &s) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2145 MachO::source_version_command
2147 return getStruct<MachO::source_version_command>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8253 static void PrintSourceVersionCommand(MachO::source_version_command sd) {
8256 if (sd.cmdsize != sizeof(struct MachO::source_version_command))
8948 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command);

Completed in 202 milliseconds