Home
last modified time | relevance | path

Searched defs:nodeSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1338 uint32_t nodeSize = 1; // Length when no export info in updateOffset() local
1374 uint32_t nodeSize = llvm::getULEB128Size(_flags) in appendToByteBuffer() local
1384 uint32_t nodeSize = llvm::getULEB128Size(_flags) in appendToByteBuffer() local
1394 uint32_t nodeSize = llvm::getULEB128Size(_flags) in appendToByteBuffer() local
1404 uint32_t nodeSize = llvm::getULEB128Size(_flags) in appendToByteBuffer() local
1413 uint32_t nodeSize = 0; in appendToByteBuffer() local
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp99 size_t nodeSize; in updateOffset() local