HomeSort by relevance Sort by last modified time
    Searched refs:SwapStruct (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Object/
MachOUniversal.cpp 31 static void SwapStruct(T &Value);
34 void SwapStruct(macho::FatHeader &H) {
40 void SwapStruct(macho::FatArchHeader &H) {
54 SwapStruct(Res);
MachOObjectFile.cpp 50 static void SwapStruct(T &Value);
53 void SwapStruct(macho::RelocationEntry &H) {
59 void SwapStruct(macho::LoadCommand &L) {
65 void SwapStruct(SymbolTableEntryBase &S) {
71 void SwapStruct(macho::Section &S) {
84 void SwapStruct(macho::Section64 &S) {
98 void SwapStruct(macho::SymbolTableEntry &S) {
105 void SwapStruct(macho::Symbol64TableEntry &S) {
112 void SwapStruct(macho::Header &H) {
123 void SwapStruct(macho::Header64Ext &E)
    [all...]

Completed in 207 milliseconds