Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/scripts/
H A Dmacos-setup-codesign.sh33 commonName = "$CERT"
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp915 std::string commonName = Fortran::lower::mangle::mangleName(common); in getCommonBlockGlobal() local
916 fir::GlobalOp global = builder.getNamedGlobal(commonName); in getCommonBlockGlobal()
935 std::string commonName = Fortran::lower::mangle::mangleName(common); in declareCommonBlock() local
936 fir::GlobalOp global = builder.getNamedGlobal(commonName); in declareCommonBlock()
955 builder.createGlobal(loc, commonTy, commonName, linkage, init); in declareCommonBlock()
967 global = builder.createGlobal(loc, commonTy, commonName); in declareCommonBlock()