Searched defs:bodySize (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/lld/wasm/ | ||
| H A D | OutputSections.h | 76 size_t bodySize = 0; variable |
| H A D | OutputSections.cpp | 40 void OutputSection::createHeader(size_t bodySize) { in createHeader() argument |
| /llvm-project/lld/MachO/ | ||
| H A D | ObjC.cpp | 862 uint32_t bodySize = (ptrList.structCount * target->wordSize) + emitAndLinkProtocolList() local |