Home
last modified time | relevance | path

Searched refs:fullLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dsubstr.td8 // CHECK: fullLength = "This is the end of the world!";
16 string fullLength = !substr(claim, 0, 999);
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp395 uint64_t fullLength = length + (off - frameOff); in splitEhFrames() local
407 data.slice(frameOff, fullLength), in splitEhFrames()