Home
last modified time | relevance | path

Searched refs:csize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A D2009-08-01-WrongLDRBOpc.ll3 @csize = external global [100 x [20 x [4 x i8]]] ; <[100 x [20 x [4 x i8]]]*> [#uses=1]
65 …%scevgep13.i.i.i = getelementptr [100 x [20 x [4 x i8]]], [100 x [20 x [4 x i8]]]* @csize, i32 0, …
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp875 std::size_t csize{contents.size()}; in FileContentsMatch() local
881 if (buf->getBufferSize() != hsize + csize) { in FileContentsMatch()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1934 csize := C.LLVMGetBufferSize(b.C)
1935 return C.GoBytes(unsafe.Pointer(cstart), C.int(csize))