Home
last modified time | relevance | path

Searched refs:SymTabCommandIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp44 if (O.SymTabCommandIndex) { in totalSize()
46 O.LoadCommands[*O.SymTabCommandIndex] in totalSize()
287 if (!O.SymTabCommandIndex) in writeStringTable()
290 O.LoadCommands[*O.SymTabCommandIndex] in writeStringTable()
298 if (!O.SymTabCommandIndex) in writeSymbolTable()
301 O.LoadCommands[*O.SymTabCommandIndex] in writeSymbolTable()
588 if (O.SymTabCommandIndex) { in writeTail()
590 O.LoadCommands[*O.SymTabCommandIndex] in writeTail()
H A DMachOObject.h326 std::optional<size_t> SymTabCommandIndex; member
H A DMachOObject.cpp74 SymTabCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp160 O.SymTabCommandIndex = O.LoadCommands.size(); in readLoadCommands()